View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
A Joy 822 A Joy 822 is offline
external usenet poster
 
Posts: 1
Default NOW and WORKDAY functions

Can you combine the two? I have a workbook that about 20 people add their
work status to on a daily basis, and I would like Excel to update everyday
with a new range of workdays only.

For example, I'd start with today's date and have the past four workdays
populate new everymorning.

I used the NOW() function, and if I enter =NOW()-1, =NOW()-2, etc. it will
give me yesterday's date and the day before, but I don't want to include
Saturdays and Sundays. Thanks!