Re: 'If' Function and empty cells
From: ANB (anonymous_at_discussions.microsoft.com)
Date: 02/20/04
- Next message: Nicky: "Growing data between 2 points"
- Previous message: A.W.J. Ales: "Re: Re-post: Please Help!!! Link Problem 8("
- In reply to: Aladin Akyurek: "Re: 'If' Function and empty cells"
- Next in thread: Aladin Akyurek: "Re: 'If' Function and empty cells"
- Reply: Aladin Akyurek: "Re: 'If' Function and empty cells"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 20 Feb 2004 04:01:06 -0800
I was putting in spaces (" "), so I changed them all to nulls (""). Thanks for that tip, makes sense now. I also used the formula you suggested and that returned the results I was expecting. Could you tell me in words what that formula is doing? I don't understand why the multiplication sign is in the formula? Thanks for your help!
----- Aladin Akyurek wrote: -----
Using a space (that is, " ") for nothing is not a good idea. If column H
houses formulas that return a space, make them return "" instead. That said,
try:
=IF(ISNUMBER(H11)*(H11>B$2), "X", "")
"ANB" <anonymous@discussions.microsoft.com> wrote in message
news:FE25421C-9B50-48E5-84C8-BC752F7D39C0@microsoft.com...
> Here is what I have:
>> =if(H11>B$2, "X", " ")
>> B2 in this case is equal to 1 and H11 is equal to 2, therefore 2>1 and the
result is X in the cell.
>> The problem I am having is when I copy that formula down and the value in
the H column that I am refering to is " " (nothing). For some reason,
"nothing" is greater than 1 and I get an X in my cell. Does anyone have any
suggestions? I don't want to change the nothing values to zeros in my H
column, I would like the cell to appear empty.
>> Thanks.
> ANB
>
- Next message: Nicky: "Growing data between 2 points"
- Previous message: A.W.J. Ales: "Re: Re-post: Please Help!!! Link Problem 8("
- In reply to: Aladin Akyurek: "Re: 'If' Function and empty cells"
- Next in thread: Aladin Akyurek: "Re: 'If' Function and empty cells"
- Reply: Aladin Akyurek: "Re: 'If' Function and empty cells"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|