View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default I want to create an IF statement that leaves a cell blank if....

=IF(A1+0=0,"",A1)
OR
=IF(A1+0=0,"","do whatever")

If this post helps click Yes
---------------
Jacob Skaria


"KK" wrote:

I want to create an IF statement that leaves a cell blank if the value in
another cell is blank or zero. How would I craft this formula please?