View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
DRondeau DRondeau is offline
external usenet poster
 
Posts: 9
Default How can I calculate dates and skip a specific weekday?

I am trying to do basically the same thing except I need to exclude
Saturdays, Sundays and Holidays. Basically the spreadsheet will have a date
that is entered (on date when information is entered onto spreadsheet) then
there will be another column that must equal the entered date + 4 (excluding
the Saturdays, Sundays and Holidays). Please excuse my ignorance as I am
really not proficient in Excel...not something I use often. Your help would
be greatly appreciated. The column where the date will be entered is "G".

"Biff" wrote:

Try this:

A1 = some date

=A1+4+(WEEKDAY(A1+4)=1)

Biff

"Excelman" wrote in message
...
I want to be able to enter a date in a cell, put in a formula to add 4 days
to it, but have it add 1 more day to it if the resulting date falls on a
Sunday.