A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Nested IF - return a blank when compared cells are blank



 
 
Thread Tools Display Modes
  #1  
Old February 9th, 2009, 06:22 PM posted to microsoft.public.excel.newusers
Struggling in Sheffield[_2_]
external usenet poster
 
Posts: 66
Default Nested IF - return a blank when compared cells are blank

Hi,
I have a simple nested IF function that compares numbers in two cells then
returns a word depending on whether the number in one cell is greater than,
equal to, or less than the number in the other cell:

=IF(F4G4,"Yes",IF(F4=G4,"Equal",IF(F4G4,"No")))

Either (or both) of the compared cells might contain the number 0 (zero),
which is fine, I still want the IF function to compare and return the
appropriate word.

However, the compared cells sometimes have no data in them at all (are
blank), in which case I need the IF function to also remain blank.
Unfortunately the unsophisticated IF function I'm using still compares these
blank cells to give me the word "Equal".

How can I get the IF function to remain blank if the cells being compared
are blank?

Cheers,
Steve Sharpe.

  #2  
Old February 9th, 2009, 06:25 PM posted to microsoft.public.excel.newusers
Luke M
external usenet poster
 
Posts: 2,672
Default Nested IF - return a blank when compared cells are blank

See pecoflyer's answer to your previous post.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Struggling in Sheffield" wrote:

Hi,
I have a simple nested IF function that compares numbers in two cells then
returns a word depending on whether the number in one cell is greater than,
equal to, or less than the number in the other cell:

=IF(F4G4,"Yes",IF(F4=G4,"Equal",IF(F4G4,"No")))

Either (or both) of the compared cells might contain the number 0 (zero),
which is fine, I still want the IF function to compare and return the
appropriate word.

However, the compared cells sometimes have no data in them at all (are
blank), in which case I need the IF function to also remain blank.
Unfortunately the unsophisticated IF function I'm using still compares these
blank cells to give me the word "Equal".

How can I get the IF function to remain blank if the cells being compared
are blank?

Cheers,
Steve Sharpe.

  #3  
Old February 9th, 2009, 08:14 PM posted to microsoft.public.excel.newusers
Pecoflyer[_147_]
external usenet poster
 
Posts: 1
Default Nested IF - return a blank when compared cells are blank


As this is a duplicate ( due to problems with MS newsreaders) I'll close
the post


--
Pecoflyer

Cheers -
*'Membership is free' (http://www.thecodecage.com)* & allows file
upload -faster and better answers

*Adding your XL version* to your post helps finding solution faster
------------------------------------------------------------------------
Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=61031

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:37 AM.


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