How can I do in Excel 2007 to find out if the date in cell A1 is a working day. The working week starts on Monday and ends Friday. Saturday and Sunday are days off.![]()
How can I do in Excel 2007 to find out if the date in cell A1 is a working day. The working week starts on Monday and ends Friday. Saturday and Sunday are days off.![]()
Last edited by andrugrasu; 07-21-2011 at 11:42 PM. Reason: notification type
Hello andrugrasu,
Use WEEKDAY function
If the date is in A1, use this in B1. If the date in A1 Mon - Fri will give Workday, otherwise Week End.
=IF(WEEKDAY(A1,2)<=5,"Workday","Week End")
Or,
apply a custom cell format as,
ddd
This will show the date as Mon, Tue, Wed......
Regards,
Haseeb Avarakkan
__________________________________
"Feedback is the breakfast of champions"
Haseeb A thx.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks