View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier Roger Govier is offline
external usenet poster
 
Posts: 2,886
Default date calcualtion

Hi

Provided you have the Analysis Toolpak loaded, ToolsAddinscheck
Analysis Toolpak
then
=WORKDAY(A1,-6)
should do what you want.
--
Regards

Roger Govier


"whitewater" wrote in message
...
I am trying to return a date that is seven days prior to the date I
choose,
but I want to omit Saturday and Sunday. Therefore if the date of the
event
is Sunday March 18, 2007 and I want to receive payment seven days
prior I
would like to have the formula automatically return a date seven days
prior,
but since that day would be Sunday I need to return Friday as the date
I need.