Sumif or if formula

Nightcrawller

New Member
Joined
Sep 1, 2018
Messages
8
Dear all.

I would like to use the SUMIF function in the following way:
-Sum range is 2:2
-Criteria Range is 1:1
-Criteria is number >1




Foreg: in this screenshot i just want to sum total sets of each game and to determine each game i have to take one factor but not the range.

So what i want is =sumif(A15, ">=2",D15:D16) but it dosent work because a15 is not a range. In simple terms what i want is ifba cell contains a number then add that cell with the cell below.


Thanks
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
An image or a picture are not helpful.

For:

" would like to use the SUMIF function in the following way:
-Sum range is 2:2
-Criteria Range is 1:1
-Criteria is number >1"


=SUMIFS(2:2,1:1,">1")



Hard to follow:

"Foreg: in this screenshot i just want to sum total sets of each game and to determine each game i have to take one factor but not the range.

So what i want is =sumif(A15, ">=2",D15:D16) but it dosent work because a15 is not a range. In simple terms what i want is ifba cell contains a number then add that cell with the cell below."

Looks like:

=IF(A15>=2,SUM(D15:D16),0)

Hope this helps.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,742
Messages
6,180,683
Members
452,993
Latest member
FDARYABEE

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