dynamic sumifs

daveyc18

Well-known Member
Joined
Feb 11, 2013
Messages
782
Office Version
  1. 365
  2. 2010
=SUMIFS(Pivot!BQ:BQ,Pivot!AH:AH,K10)

so, column BQ has the header "USD," but the USD column could change when the pivot is refreshed with new data since there would be new currencies added

is there a way to make this dynamic? column AH doesn't need to be dynamic since it's the "row" field
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Assuming that the first column can be "USD" is the column "BQ" and that the last column can be "CZ"
Adjust the ranges marked in red in the formula

Try:

=SUMIFS(INDEX(Pivot!BQ:CZ,0,MATCH("USD",Pivot!BQ1:CZ1,0)),Pivot!AH:AH,K10)

🤗
 
Upvote 0
I'm also assuming that the text "USD" is in row 1. If it's in another row, you'll need to change the 1 to your row number:

=SUMIFS(INDEX(Pivot!BQ:CZ,0,MATCH("USD",Pivot!BQ1:CZ1,0)),Pivot!AH:AH,K10)
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,177
Members
453,021
Latest member
Justyna P

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