Cell to Show blank space if pulling value of 0

Turner21

New Member
Joined
Jun 9, 2015
Messages
2
Hi all, could use some help with a formula in my workbook.

Creating a total tab which pulls from two other tabs.

Looking for a formula that will pull the totals from the other tabs, but if the value is 0, than show the cell as completely blank.

Example: Cell B24 = (Tab1 Cell B24 + Tab2 Cell B24)

What can I add to show this cell as 0 if nothing is was input on those cells in tab 1/2.

Thank you.
Bill
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
maybe something like...

=IF(SUM('tab1:tab2'!B24)=0,"",SUM('tab1:tab2'!B24))
 
Upvote 0
Perfect, thank you. Was trying the "If" formula for a bit was always missing something.

Thanks for the welcome.
 
Upvote 0

Forum statistics

Threads
1,216,096
Messages
6,128,807
Members
449,468
Latest member
AGreen17

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