Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way with the =if function to have a blank (empty) produced
-- fAZO |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
=IF(A1="Something",B1,"") Mike "FAZO" wrote: Is there a way with the =if function to have a blank (empty) produced -- fAZO |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(true,"","Not Blank")
However in Excel blank is not the same as empty: there is no way to produce Empty from an IF statement regards Charles ___________________________________ The Excel Calculation Site http://www.decisionmodels.com "FAZO" wrote in message ... Is there a way with the =if function to have a blank (empty) produced -- fAZO |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this
=IF(B1="","","There's data in that cell!") Hope this helps, Dee "FAZO" wrote: Is there a way with the =if function to have a blank (empty) produced -- fAZO |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to return a blank formula cell if the reference is blank? | Excel Worksheet Functions | |||
Average Formula to display blank cell if named range is blank | Excel Worksheet Functions | |||
how to get excel to display blank if reference cell blank | Excel Worksheet Functions | |||
How do I make a blank cell with a date format blank? | Excel Worksheet Functions | |||
COPY A CONCATENATE CELL TO BLANK CELL PUTTING IN THE NEXT BLANK C. | Excel Discussion (Misc queries) |