Thread: Today()-1
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Today()-1


=WORKDAY(TODAY(),-1)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wanna Learn" wrote in message
...
Hello I have a cell formatted as =TODAY()-1 which is fine. The problem

is
on Monday I want Friday's date, and of course, I get Sunday's date. How

can I
correct this? thanks