SUMPRODUCT INDIRECT FORMULA CELL REFERENCE NOT UPDATING WHEN DRAGGING ACROSS

Ajwilltravel

New Member
Joined
May 1, 2017
Messages
19
Hi everyone, when I drag this formula across, the underlined cell reference is not updating - i.e when i drag it to the right across columns I want K6:K150 to become L6:L150, M6:M150 and so on...

Can anyone tell me how to change the formula so that it does update?

1651466928314.png


=SUMPRODUCT(SUMIFS(INDIRECT("'"&$J$305:$J$310&"'!k6:k150"),INDIRECT("'"&$J$305:$J$310&"'!$d6:$d150"),$D282,INDIRECT("'"&$J$305:$J$310&"'!$i6:$i150"),$I282,INDIRECT("'"&$J$305:$J$310&"'!$c6:$c150"),$C282,INDIRECT("'"&$J$305:$J$310&"'!$g6:$g150"),$G282))

Thanks very much !
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
You can use the CELL function to return a reference as text . . .

Excel Formula:
=SUMPRODUCT(SUMIFS(INDIRECT("'"&$J$305:$J$310&"'!"&CELL("address",K6)&":"&CELL("address",K150)),INDIRECT("'"&$J$305:$J$310&"'!$D6:$D150"),$D282,INDIRECT("'"&$J$305:$J$310&"'!$I6:$I150"),$I282,INDIRECT("'"&$J$305:$J$310&"'!$C6:$C150"),$C282,INDIRECT("'"&$J$305:$J$310&"'!$G6:$G150"),$G282))

Hope this helps!
 
Upvote 0

Forum statistics

Threads
1,214,957
Messages
6,122,472
Members
449,087
Latest member
RExcelSearch

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