SUMIFS combined with summing values with same value

thomasuponor

New Member
Joined
Sep 13, 2018
Messages
44
Office Version
  1. 2016
Platform
  1. Windows
To be honest I don't know if the headline is correct but it was the best I could come up with.

I have a simple sumifs formula summing L when M="Active" and P=Projects!B114:

Excel Formula:
=SUMIFS(Quotes!L:L;Quotes!M:M;"Active";Quotes!P:P;Projects!B114)

1614870474256.png


I want to extend the formula also to look at column F and sum the highest values in L for identical values in F. So (Lemvigh = 11.152 + 9.388 = 20.540) and (Sanistål = 9.955). Therefore the formula should return 20.540.

Any hint here? I am thinking using match formula but not sure how to get started.
Thx
T
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
To be honest I don't know if the headline is correct but it was the best I could come up with.

I have a simple sumifs formula summing L when M="Active" and P=Projects!B114:

Excel Formula:
=SUMIFS(Quotes!L:L;Quotes!M:M;"Active";Quotes!P:P;Projects!B114)

View attachment 33565

I want to extend the formula also to look at column F and sum the highest values in L for identical values in F. So (Lemvigh = 11.152 + 9.388 = 20.540) and (Sanistål = 9.955). Therefore the formula should return 20.540.

Any hint here? I am thinking using match formula but not sure how to get started.
Thx
T

Not sure without actual data but you can try

Excel Formula:
=SUMIFS(Quotes!L:L,Quotes!M:M,"Active",Quotes!P:P,Projects!B114,Quotes!F:F,F2)
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,726
Members
449,093
Latest member
Mnur

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