Thread
:
I need to know how to leave the cell blank
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
external usenet poster
Posts: 11,058
I need to know how to leave the cell blank
=IF(F23="","",your_formula) to get a blank
=IF(F23="",0,your_formula) to get a zero
--
Gary''s Student - gsnu200785
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student