Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
What is the character sequence that Excel uses to represent an empty cell? I
am using a formula and when it returns false, I would like for it to represent the cell as if it was empty. I have tried using "" as an empty cell, but excel recognizes that this is a value, not an empty cell. |
#2
![]() |
|||
|
|||
![]()
You can't do what you want to do. A formula always returns
*something*. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Quinn Ramsey" <Quinn wrote in message ... What is the character sequence that Excel uses to represent an empty cell? I am using a formula and when it returns false, I would like for it to represent the cell as if it was empty. I have tried using "" as an empty cell, but excel recognizes that this is a value, not an empty cell. |
#3
![]() |
|||
|
|||
![]()
If this is causing you a problem because you're trying to use COUNTA on the
results of the IF function adjust your COUNTA expression so that it becomes =COUNTA(Range)-COUNTBLANK(Range) this will deduct the cells containing the "". Andrea Jones http://www.allaboutoffice.co.uk http://www.stratatraining.co.uk http://www.allaboutclait.com "Quinn Ramsey" wrote: What is the character sequence that Excel uses to represent an empty cell? I am using a formula and when it returns false, I would like for it to represent the cell as if it was empty. I have tried using "" as an empty cell, but excel recognizes that this is a value, not an empty cell. |
#4
![]() |
|||
|
|||
![]()
To pick up the original question of the excel <null character, I am trying
to run a graph off a set of data and would like it to read <null as a result of the formula (so it doesnt plot the entry). If "" is used it reads this as '0' which is not what is required. Can someone please suggest if there is any way to return <null? Tks "Andrea Jones" wrote: If this is causing you a problem because you're trying to use COUNTA on the results of the IF function adjust your COUNTA expression so that it becomes =COUNTA(Range)-COUNTBLANK(Range) this will deduct the cells containing the "". Andrea Jones http://www.allaboutoffice.co.uk http://www.stratatraining.co.uk http://www.allaboutclait.com "Quinn Ramsey" wrote: What is the character sequence that Excel uses to represent an empty cell? I am using a formula and when it returns false, I would like for it to represent the cell as if it was empty. I have tried using "" as an empty cell, but excel recognizes that this is a value, not an empty cell. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How does one suggest to the Excel development team that they correct this
glaring limitation? David C. Ziemer "Chip Pearson" wrote: You can't do what you want to do. A formula always returns *something*. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Quinn Ramsey" <Quinn wrote in message ... What is the character sequence that Excel uses to represent an empty cell? I am using a formula and when it returns false, I would like for it to represent the cell as if it was empty. I have tried using "" as an empty cell, but excel recognizes that this is a value, not an empty cell. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to assign character (text) values to y-axis in a Excel chart? | Charts and Charting in Excel | |||
install Office Assistant character file? | Excel Discussion (Misc queries) | |||
Copy a column in worksheet with a character change | Excel Worksheet Functions | |||
Searching a cell for a certain character. | Excel Worksheet Functions | |||
how to enter a null cell value in a formula | Excel Worksheet Functions |