PC Review


Reply
Thread Tools Rate Thread

cell formula

 
 
rslc
Guest
Posts: n/a
 
      8th Apr 2010
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

 
Reply With Quote
 
 
 
 
Mike H
Guest
Posts: n/a
 
      8th Apr 2010
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.


"rslc" wrote:

> 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
>
> .
>

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      8th Apr 2010
Try

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

--

HTH

Bob

"rslc" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>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



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Subtract cell formula from existing cell formula transferxxx@gmail.com Microsoft Excel Programming 2 12th Dec 2006 12:03 PM
How to place a cell formula after the formula result in the cell? Dmitriy Kopnichev Microsoft Excel Worksheet Functions 8 28th Nov 2003 12:22 PM
How to place a cell formula after the formula result in the cell? Dmitriy Kopnichev Microsoft Excel Discussion 10 28th Nov 2003 12:22 PM
Question: Cell formula or macro to write result of one cell to another cell Frederik Romanov Microsoft Excel Misc 1 8th Jul 2003 03:03 PM
Question: Cell formula or macro to write result of one cell to another cell Frederik Romanov Microsoft Excel Programming 1 8th Jul 2003 03:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:12 PM.