View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier Roger Govier is offline
external usenet poster
 
Posts: 2,886
Default formula for last Fridays date

Hi Pete

JE's formula is identical to Biff's in concept and would produce exactly
the same result if A1 held Today's date.

--
Regards

Roger Govier


"Pete" wrote in message
...
Hi JE McGimpsey

Thanks for your prompt reply!

Ive probably done something wrong but I couldn't get your formula to
work...??
--


Pete


"JE McGimpsey" wrote:

Assuming "previous friday" applies to fridays, too, one way:

=A1-WEEKDAY(A1+1)


In article ,
Pete wrote:

I am looking to setup a formula that looks at the current date &
from that,
calculates & presents the previous fridays date in a cell

Can anyone advise me a formula for this?