Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / March 2008

Tip: Looking for answers? Try searching our database.

Nested if with an unwanted false result

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
pelham.higgins@jrep.co.jp - 19 Mar 2008 05:08 GMT
Dear All

I have the following formula that works fine:

=IF(ISBLANK($F10),"",IF(MONTH($F10)=MONTH(K$6),IF(YEAR($F10)=YEAR(K$6),
$E10,"")))

However, at the appropriate times when the IF formula is genuinely
false it is responding with "FALSE" in the cell. How can I have it so
that nothing appears in the cell if it is false?

FYI, the following formula (which the above formala is based on) works
fine:

=IF(ISBLANK($F10),"",IF(MONTH($F10)=MONTH(M$6),$E10,""))

Regards
Pelham
T. Valko - 19 Mar 2008 05:31 GMT
Try this:

=IF($F10="","",IF(AND(MONTH($F10)=MONTH(K$6),YEAR($F10)=YEAR(K$6)),$E10,""))

Signature

Biff
Microsoft Excel MVP

> Dear All
>
[quoted text clipped - 14 lines]
> Regards
> Pelham
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.