Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have 5 months of data and I want to calculate the Networkingdays of current month.
How can I do it?
Please help me out with your valuable suggestions.
Thanks & Regards,
Vinod
use NetworkingDays function
like
=NetWorkDays(MonthStart(Today()),MonthEnd(Today()))
if you have public holidays add all holidays into variable
=NetWorkDays(MonthStart(Today()),MonthEnd(Today()),Variable)
use NetworkingDays function
like
=NetWorkDays(MonthStart(Today()),MonthEnd(Today()))
if you have public holidays add all holidays into variable
=NetWorkDays(MonthStart(Today()),MonthEnd(Today()),Variable)
Thanks Channa it worked