Thread: If statement
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ken Hudson Ken Hudson is offline
external usenet poster
 
Posts: 186
Default If statement

Hi David,
How about C12=IF(WEEKDAY(C9-1)=7,C9-3,C9-1)

--
Ken Hudson


"David T" wrote:

I need help with a formula/macro. I have a formula that selects cell c9 and
subtracts it by 1 day. If that day is a Sunday, I want the formula to
subtract by 3 days. However, my current formula doesn't subtract by 3.
Please help

C9 : May 21, 2007

C12 =IF(C9-1= "Sunday",C9-3,C9-1)