How to get the difference btw the count of working days comparing with other date column

Hi @bhanupriya.cb ,
Use below formula to get count of workday
=NETWORKDAYS("13-01-2023",EOMONTH("13-01-2023",0),0)

image

Regards,
Arivu

2 Likes