Help with Conditional Function

myamifin

New Member
Joined
May 29, 2008
Messages
8
I am a relative newbie, and unsure of function use. I need to create a formula that will read 10 cells to verify that the entered amount is greater than 0 and if that is met than I want them to add the numbers together, but if not greater than 0 or no entry to skip. Can anyone help me out with this, as I have tried the IF function and am having an issue with setting up these parameters.
Thanks,
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Hi and welcome to the board!!
You can use a simple SUMIF formula
Code:
=SUMIF(A1:A10,">0")
lenze
 
Upvote 0
Thank you for the information, how would I word it if the cells were not in order - example A7, C7, E7, G7, etc.
 
Upvote 0

Forum statistics

Threads
1,203,640
Messages
6,056,491
Members
444,869
Latest member
tulo spont

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