Needs to Show blank please

S

Steved

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.
 
D

Damon Longworth

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
 
S

Steved

Hello Damon from Steved

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

Thankyou.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top