Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community
I have one requirement,
I want to calculate Number of Weekdays in year.
Please help me.
Thanks
Hi
U can try it by using networkdays() function.
=NetWorkDays(YearStart(Date),YearEnd(Date))
Thanks.
Try with NetworkDays()
HI
Try like this
NetWorkDays() function
=NetWorkDays(YearStart(Today()),YearEnd(Today()))
Hi
U can try it by using networkdays() function.
=NetWorkDays(YearStart(Date),YearEnd(Date))
Thanks.