Thread: cell formula
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rslc[_3_] rslc[_3_] is offline
external usenet poster
 
Posts: 7
Default cell formula

I have a cell formula i want to modify so it says "YES" if today is a
monday and "No" if today is any other day of the week.
=IF(B9="","YES","NO") at this stage it works if B9 is not empyy is
this possible?


thanks

rslc