cell formula

R

rslc

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
 
M

Mike H

Hi,

How about this

=IF(WEEKDAY(B9)=2,"Yes","No")
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top