ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How to get Blank into a cell as a result of a formula (https://www.excelbanter.com/excel-worksheet-functions/125463-how-get-blank-into-cell-result-formula.html)

jkb_junk

How to get Blank into a cell as a result of a formula
 
I want to have a cell hold nothing (blank) based on a formula.
I can do it with an empty string, but then that is registered
as a row holding data, thus messing up pivot table results and scrolling.
Ex: =IF(ISBLANK(C35),"",FALSE).

I I do this:
=IF(ISBLANK(C35),,FALSE) it changes the value to zero.

If I do this:
=IF(ISBLANK(C35),BLANK,"Filled")
it gives me the #NAME? error.

Does anyone know how to deal with this?

Dave Peterson

How to get Blank into a cell as a result of a formula
 
Excel doesn't support this kind of "blankness".



jkb_junk wrote:

I want to have a cell hold nothing (blank) based on a formula.
I can do it with an empty string, but then that is registered
as a row holding data, thus messing up pivot table results and scrolling.
Ex: =IF(ISBLANK(C35),"",FALSE).

I I do this:
=IF(ISBLANK(C35),,FALSE) it changes the value to zero.

If I do this:
=IF(ISBLANK(C35),BLANK,"Filled")
it gives me the #NAME? error.

Does anyone know how to deal with this?


--

Dave Peterson

Gord Dibben

How to get Blank into a cell as a result of a formula
 
A cell with a formula cannot return a null value.

Your "" empty string makes it look blank but that's all.


Gord Dibben MS Excel MVP

On Tue, 9 Jan 2007 19:21:01 -0800, jkb_junk
wrote:

I want to have a cell hold nothing (blank) based on a formula.
I can do it with an empty string, but then that is registered
as a row holding data, thus messing up pivot table results and scrolling.
Ex: =IF(ISBLANK(C35),"",FALSE).

I I do this:
=IF(ISBLANK(C35),,FALSE) it changes the value to zero.

If I do this:
=IF(ISBLANK(C35),BLANK,"Filled")
it gives me the #NAME? error.

Does anyone know how to deal with this?




All times are GMT +1. The time now is 12:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com