View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default 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