Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to define blank cell?

If condition does not meet, then nothing in cell, which I use "" to define
blank cell, however, some plug-in for Excel cannot recognize "" as a blank
cell.
Does anyone have any suggestions on another approach to define blank within
formula?
Thanks in advance for any suggestions
Eric
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 510
Default How to define blank cell?

I don't think there is some universal way short of 'Clear contents' - and I
hope you don't consider it as an option :-)

Really, when you have a formula in cell, it never is empty - whatever the
formula returns, there is the formula itself too!



Arvi Laanemets.


"Eric" kirjutas sõnumis news:
...
If condition does not meet, then nothing in cell, which I use "" to define
blank cell, however, some plug-in for Excel cannot recognize "" as a blank
cell.
Does anyone have any suggestions on another approach to define blank
within
formula?
Thanks in advance for any suggestions
Eric


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default How to define blank cell?

Within a formula, generally you can use one of 2 tests:
=""
or
ISBLANK(A1)
ISBLANK() is not true unless there really is nothing in the cell, not even a
formula returning "".
Another option, that will return 0 for either an empty cell or one with ""
in it would be:
LEN(A1)=0


"Eric" wrote:

If condition does not meet, then nothing in cell, which I use "" to define
blank cell, however, some plug-in for Excel cannot recognize "" as a blank
cell.
Does anyone have any suggestions on another approach to define blank within
formula?
Thanks in advance for any suggestions
Eric

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 464
Default How to define blank cell?

some plug-in for Excel cannot recognize "" as a blank
cell.

That's because the cell is NOT blank and contains a formula.

I prefer to have formulas return Zero over empty text as Zeros are numeric
and can be easily hidden.

Perhaps you question should detail what you want to do?


--
Regards
Dave Hawley
www.ozgrid.com
"Eric" wrote in message
...
If condition does not meet, then nothing in cell, which I use "" to define
blank cell, however, some plug-in for Excel cannot recognize "" as a blank
cell.
Does anyone have any suggestions on another approach to define blank
within
formula?
Thanks in advance for any suggestions
Eric


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How to define blank cell?

As long as the cell is going to have a formula, the cell will never be empty.

If I have to make sure that the blank looking cells are really empty, I'll use
this technique.

I'll use a formula like:
=if(a110,"too big",na())
And drag down the range

Then I'll clean up the #n/a's. But this will lose the formulas from those
cells.

I'll select the range
Edit|goto (or F5 or ctrl-g)
Special|formulas|Check errors (uncheck the other choices)
hit ok
hit the delete key on the keyboard

Remember that this deletes the formulas in those cells!

Eric wrote:

If condition does not meet, then nothing in cell, which I use "" to define
blank cell, however, some plug-in for Excel cannot recognize "" as a blank
cell.
Does anyone have any suggestions on another approach to define blank within
formula?
Thanks in advance for any suggestions
Eric


--

Dave Peterson
Reply
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
define cell Sanjiv Excel Worksheet Functions 4 September 2nd 08 03:46 PM
Advanced filtering how do you define a cell as blank TMC Excel Discussion (Misc queries) 0 November 30th 06 03:58 AM
Advanced filtering how do you define a cell as blank Teethless mama Excel Discussion (Misc queries) 0 November 30th 06 02:38 AM
Advanced filtering how do you define a cell as blank TMC Excel Discussion (Misc queries) 0 November 30th 06 12:52 AM
I can define a name, but I cannot use the name - menu Insert-Name-Use is blank Zdenek Moravec Excel Discussion (Misc queries) 4 April 15th 05 02:55 PM


All times are GMT +1. The time now is 07:19 PM.

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"