Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Nested if with an unwanted false result

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),$E1 0,""))

Regards
Pelham
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Nested if with an unwanted false result

Try this:

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



--
Biff
Microsoft Excel MVP


wrote in message
...
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),$E1 0,""))

Regards
Pelham



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula gives unwanted result jeannie v Excel Worksheet Functions 10 March 5th 08 04:13 PM
Unwanted result Patrick C. Simonds Excel Discussion (Misc queries) 3 February 22nd 07 05:36 PM
Result = to 0 says false Becky Excel Worksheet Functions 5 September 20th 06 01:04 AM
false result Rheyjune Excel Worksheet Functions 2 May 27th 06 03:02 AM
Unwanted LOOKUP() Result Sympatico News Excel Discussion (Misc queries) 1 July 30th 05 02:51 AM


All times are GMT +1. The time now is 12:50 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"