Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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. |
#2
![]() |
|||
|
|||
![]()
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. |
#3
![]() |
|||
|
|||
![]()
=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. |
#4
![]() |
|||
|
|||
![]() =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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maintaining cell reference after sorting | Excel Discussion (Misc queries) | |||
cell reference in a formula is called | Excel Discussion (Misc queries) | |||
conditional formatting blank cell | Excel Discussion (Misc queries) | |||
Aligning Two Lists in Excel | Excel Discussion (Misc queries) | |||
Is there a way to transfer a style by cell referrence in a formula | Excel Discussion (Misc queries) |