Fixed Rows Variable Column in SUMPRODUCT formula

Mokk817

New Member
Joined
Sep 1, 2014
Messages
2
I've been searching for a long time and can't seem to come up with the correct adaptation to my formula so any help is much appreciated.

Basically I'm using sumproduct to multiply data in columns on two different sheets.

=SUMPRODUCT(($N$2:$N$244)*('GAMES MATRIX'!B$2:B$244))

The formula works fine but my issue is I need to drag this formula down and get the columns to advance, essentially looking like this:

=SUMPRODUCT(($N$2:$N$244)*('GAMES MATRIX'!C$2:C$244))
=SUMPRODUCT(($N$2:$N$244)*('GAMES MATRIX'!D$2:D$244))
=SUMPRODUCT(($N$2:$N$244)*('GAMES MATRIX'!E$2:E$244))

I have tried different variations of INDEX and ROW formulas but can't get anything to work correctly.

Again any advice is much appreciated.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Assuming the first formula in A2 (adjust to suit) maybe something like this

A2
=SUMPRODUCT(($N$2:$N$244)*(INDEX('GAMES MATRIX'!$C$2:$Z$244,0,ROWS(A$2:A2))))

copy down as needed

Hope this helps

M.
 
Upvote 0

Forum statistics

Threads
1,214,652
Messages
6,120,747
Members
448,989
Latest member
mariah3

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