Re: Empty Cell Result
- From: "Peo Sjoblom" <terre08@xxxxxxxx>
- Date: Wed, 26 Sep 2007 07:42:27 -0700
Why do you think Mike wants that since he says?
"I would like the 3rd parameter to not return "", not return 0 but return
NOTHING. Is there a way to return empty, blank, etc?"
To me it sounds as though he wants a truly empty cell which cannot be done
through a formula since the cell holds the formula
--
Regards,
Peo Sjoblom
"Pranav Vaidya" <PranavVaidya@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:188EB4E1-6C36-48F3-BCDF-223F8E9BE7EE@xxxxxxxxxxxxxxxx
That;s right..but then how about changing the cell type to Custom and then
setting it to #, by this even if there is a zero, it will not be
displayed.
I agree this will work only for display purpose, which what I think Mike
wants.
--
Pranav Vaidya
VBA Developer
PN, MH-India
If you think my answer is useful, please rate this post as an ANSWER!!
"JE McGimpsey" wrote:
No. Formulae always return values to their calling cells.
You could replace the formulas with an Event Macro.
Or there may be alternatives, depending on what you're using the results
for.
In article <055D80DD-0148-4632-8D75-539035059325@xxxxxxxxxxxxx>,
Mike H. <MikeH@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
In this if statement: IF(A1=100,1,"") I would like the 3rd parameter
to not
return "", not return 0 but return NOTHING. Is there a way to return
empty,
blank, etc?
.
- References:
- Re: Empty Cell Result
- From: JE McGimpsey
- Re: Empty Cell Result
- Prev by Date: Re: Countif array function not working
- Next by Date: Re: how to advance dates by one year then up to 10 yrs in Excel
- Previous by thread: Re: Empty Cell Result
- Next by thread: Re: Empty Cell Result
- Index(es):
Relevant Pages
|