View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
C Kreig C Kreig is offline
external usenet poster
 
Posts: 21
Default Formula - If Statement with blank

Below is my current formula:
=IF(SUM('Global KPI Monitoring chart'!D7:D8)=0,NA(),SUM('Global KPI
Monitoring chart'!D7:D8))

What I need to do is if the cell blank I would like it not to show a value.
If there is a Zero in the cell I would like it to display the zero as the
value.

Thank you in advance for your assistance.