Thread: cell formula
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_4_] Bob Phillips[_4_] is offline
external usenet poster
 
Posts: 834
Default cell formula

Try

=IF(WEEKDAY(B9)=2,"YES","NO")

--

HTH

Bob

"rslc" wrote in message
...
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