View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default If formula result = 0, do not display-leave cell blank

Try something like this:

=IF(your_formula=0,"",your_formula)

Hope this helps.

Pete

On Dec 3, 12:52*am, ASG wrote:
When the result of a formula's calculation is zero (0) I want the *cell to
remain blank instead of showing 0. *I am using Microsoft office Excel 2007