SUMIF equation for a range outcome - want to add values from another column.

rixcel

New Member
Joined
Dec 1, 2021
Messages
7
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I am currently using the following equation which works fine:

=SUMIF(OUTCOME!$H$4:$H$250,B191,OUTCOME!$L$4:$L$250)

I now want to add a second column (K) of values from the same reference page (OUTCOME), i tried to change the formula to:

=SUMIF(OUTCOME!$H$4:$H$250'+!$K$4:$K$250,B189,OUTCOME!$L$4:$L$250'+!$K$4:$K$250)

....it doesn't work.

Any ideas please?
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Hi Rixcel,
Is this what you want?

Rixcel.xlsx
ABCDEFGHIJKL
187Bert111
188Fred222
18984BertFred333
190Fred444
191Fred555
192Bert666
OUTCOME
Cell Formulas
RangeFormula
A189A189=SUMIF(OUTCOME!$H$4:$H$250,B189,OUTCOME!$L$4:$L$250)+SUMIF(OUTCOME!$H$4:$H$250,B189,OUTCOME!$K$4:$K$250)
 
Upvote 0
Hi Rixcel,
Is this what you want?

Rixcel.xlsx
ABCDEFGHIJKL
187Bert111
188Fred222
18984BertFred333
190Fred444
191Fred555
192Bert666
OUTCOME
Cell Formulas
RangeFormula
A189A189=SUMIF(OUTCOME!$H$4:$H$250,B189,OUTCOME!$L$4:$L$250)+SUMIF(OUTCOME!$H$4:$H$250,B189,OUTCOME!$K$4:$K$250)
Perfect - Thank you so much
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,691
Members
449,117
Latest member
Aaagu

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