Why would you use =if(isblank(a1), ... instead of =if(a1="",....
Just curious.
He'd need to do it that way if he were trying to distinguish between a truly
empty cell and one that might have an empty string returned by a formula.

Signature
David Biddulph
> Why would you use =if(isblank(a1), ... instead of =if(a1="",....
>
> Just curious.
>> Hi Mike
>>
>> Nice one, worked as it says.
>>
>> Just for the record (anyohe else reading the post) I used the ISBLANK
>> function
>> > Hi,
>> >
[quoted text clipped - 4 lines]
>> > =IF(A1="","My first formula","My other formula")
>> > =IF(ISBLANK(A1),"My first formula","My other formula")
>> > > Hi All
>> > >
[quoted text clipped - 12 lines]
>> > > Rexmann
>> > > PS using excel 2003
Dave Peterson - 20 Sep 2007 13:55 GMT
I'm still curious if that's the distinction that the OP wanted.
> He'd need to do it that way if he were trying to distinguish between a truly
> empty cell and one that might have an empty string returned by a formula.
[quoted text clipped - 37 lines]
> >> > > Rexmann
> >> > > PS using excel 2003

Signature
Dave Peterson
Mike H - 20 Sep 2007 14:06 GMT
The OP referred to both Blank and Empty which is why both were provided.
>I have an IF statement which I want to identify if it has a blank cell or not.
>So I do one formula if it is empty and one if it has a value
Mike
> I'm still curious if that's the distinction that the OP wanted.
>
[quoted text clipped - 39 lines]
> > >> > > Rexmann
> > >> > > PS using excel 2003
Dave Peterson - 20 Sep 2007 16:48 GMT
I wasn't curious why you provided both answers. That made sense to me.
> The OP referred to both Blank and Empty which is why both were provided.
>
[quoted text clipped - 50 lines]
> >
> > Dave Peterson

Signature
Dave Peterson