ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do identify a blank cell in a formula (https://www.excelbanter.com/excel-discussion-misc-queries/1330-how-do-identify-blank-cell-formula.html)

Barb123

How do identify a blank cell in a formula
 
Example: IF(s69=blank,"Void"....

What I want to say is if a cell, (s69in this example) is blank, enter the
word "Void"

but the above way don't work - I don't know how to enter that in this IF
formula.

Paul B

Barb, here is one way
=IF(ISBLANK(S69),"Void","")
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Barb123" wrote in message
...
Example: IF(s69=blank,"Void"....

What I want to say is if a cell, (s69in this example) is blank, enter the
word "Void"

but the above way don't work - I don't know how to enter that in this IF
formula.




Frank Kabel

=IF(S69="",
or
=IF(ISBLANK(S69),

--
Regards
Frank Kabel
Frankfurt, Germany


Barb123 wrote:
Example: IF(s69=blank,"Void"....

What I want to say is if a cell, (s69in this example) is blank, enter
the word "Void"

but the above way don't work - I don't know how to enter that in this
IF formula.



Myrna Larson


=IF(ISBLANK(S69,"Void",...)
=IF(S69="","Void",...)


On Mon, 6 Dec 2004 09:37:09 -0800, "Barb123"
wrote:

Example: IF(s69=blank,"Void"....

What I want to say is if a cell, (s69in this example) is blank, enter the
word "Void"

but the above way don't work - I don't know how to enter that in this IF
formula.




All times are GMT +1. The time now is 05:04 AM.

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