LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35
Default ISBLANK function not working when cell is blank dut to functio

Thank you Gary. I'm using the following formula
=IF(ISBLANK(A1),"SPARE","IN-USE") but if A1 contains a blank or a 0 (zero)
due to a function result, the formula above does not work. What can I use
instead of ISBLANK? I tried A1="" and A1="0" but to no avail so I must be
doing something wrong.

Thanks,
Jaret

"Gary''s Student" wrote:

You are correct. If A1 contains:
=""
then:
=ISBLANK(A1)
will return FALSE because A1 is not truely empty. So you want
=A1=""
which will return TRUE
--
Gary''s Student - gsnu200793


"mcmilja" wrote:

Hello,

The ISBLANK function does not work for me when the cell it's refencing is
"blank" due to a function result. Does anyone have any suggestions?

Thanks,
Jaret

 
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
IF Function with ISBLANK Steve M[_3_] Excel Worksheet Functions 10 May 7th 08 10:21 PM
ISBLANK FUNCTION Bill R Excel Worksheet Functions 7 April 30th 07 06:57 PM
ISBLANK function??? Zilla[_2_] Excel Worksheet Functions 3 February 22nd 07 07:42 PM
isblank function Brian Excel Worksheet Functions 8 December 12th 04 01:35 PM
Is there a function for "not isblank" (find a cell that has a val. Jim Excel Worksheet Functions 3 December 8th 04 07:29 AM


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

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

About Us

"It's about Microsoft Excel"