Hello,
I'd like to create a table that always shows the past 10 weekdays in the first column. If I use =TODAY()-1, =TODAY()-2... weekends will be included. What is the formula to exclude weekends, please?
Thank you!
Hello,
I'd like to create a table that always shows the past 10 weekdays in the first column. If I use =TODAY()-1, =TODAY()-2... weekends will be included. What is the formula to exclude weekends, please?
Thank you!
Last edited by deliguy; 02-14-2012 at 11:22 AM. Reason: Solved
Try this:
=WEEKDAY(TODAY(),-1)
=WEEKDAY(TODAY(),-2)
=WEEKDAY(TODAY(),-3)
xenixman,
Thank you for replying! I a #NUM! error with this formula. Any other suggestions?
Sorry, it's been a long day.
=WORKDAY(TODAY(),-1)
=WORKDAY(TODAY(),-2)
=WORKDAY(TODAY(),-3)
EDIT ADDED:
Make sure your cells are formatted as DATES
YES! That's it! Thank you very much, xenixman!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks