View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default formula for last Fridays date

Try this:

=TODAY()-WEEKDAY(TODAY()+1)

Biff

"Pete" wrote in message
...
Hi

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?
--
TIA

Pete