3D Formula - Result Zero

esgca2010

New Member
Joined
Jul 29, 2010
Messages
40
Hello,

When I create the 3D formula it works beautifully if the other worksheets have data. If the sheets are left blank to create a template, it shows a result of 0.

I would like it blank and NO zeros.

=SUM('Sunday 9-30:Saturday 10-13'!E9)

I thank you for your continued support.

Elaine
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Try

Code:
=IF(SUM('Sunday 9-30:Saturday 10-13'!E9)=0,"",SUM('Sunday 9-30:Saturday 10-13'!E9))
 
Upvote 0
Thank you!

I did the post because we are trying to meet a deadline, and everyone is very stressed. Really don't have time to search anywhere. If we don't meet the deadline, millions of dollars can be lost.

I'm so glad and appreciative for your support.

I have used this forum to search for answers to my questions and have been very successful.

Again, thank you!

Elaine:)
 
Upvote 0

Forum statistics

Threads
1,224,827
Messages
6,181,197
Members
453,021
Latest member
pingpong7117

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top