Needs to Show blank please

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello from Steved

The below formula showing a 0 value, how do I show to be Blank Please.

{=SUM(IF('From Charters'!$A$1:$A$900="Orewa",IF('From
Charters'!$B$1:$B$900="Period.1",'From Charters'!$D$1:$D$900,0),0))}

Thankyou.
 
You could change the 0 to "".

{=SUM(IF('From Charters'!$A$1:$A$900="Orewa",IF('From
Charters'!$B$1:$B$900="Period.1",'From Charters'!$D$1:$D$900,0),""))}


--
Damon Longworth

Don't miss out on the 2005 Excel User Conference
Sept 16th and 17th
Stockyards Hotel - Ft. Worth, Texas
www.ExcelUserConference.com
 
Hello Damon from Steved

I did as you showed me in your example below but it did not work.

Thankyou.
 
Back
Top