Sum if different cells >0

lausch1973

New Member
Joined
Oct 12, 2015
Messages
2
I haven't needed to do formulas in several years and now am stumped on a simple issue! I need to say if a1, b1, c1, d1, e1 are >0 then sum a1:e1. If no values entered I don't want it to return a "0" but leave it blank in cell f1. Please help me!!
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Welcome to the board.

There could be many ways to approach this, but some clarity would help.

Are you wanting to verify that ALL 5 cells have a value > 0 then sum them?
Or if at least 1 cell has a value > 0
Is it really > 0, or actually just NOT blank or 0 ? (what about negatives?)
 
Upvote 0
You could try to use an if statement where if sum of those cells equals zero then blank else sum of those cells. Formula would be =if(sum(a1:e1)=0,"",sum(a1:e1))
 
Upvote 0

Forum statistics

Threads
1,215,263
Messages
6,123,959
Members
449,135
Latest member
jcschafer209

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