Sum Product and Division

Joined
Oct 29, 2015
Messages
30
Office Version
  1. 365
Platform
  1. Windows
Hi,

I am trying to calculate the change between indices on a perioidlcal basis but for several criteria and then add all of these together:



2EFGHIJKLM
3Base Date (B)303208184202333277214415
4 Latest (L)303208184202333277214415

In Column M4 I have worked out the following formuila:

=SUMPRODUCT((E4:L4-$E$3:$L$3)/$E$3:$L$3)

I have #VALUE! message (notwithstanding the fact I need to have an IFERROR at the start of that.

Can anyone help / solve?
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

That formula works fine for me, do you have any blank cells with a formula that returns ""
Fluff.xlsm
ABCDEFGHIJKLM
1
22EFGHIJKLM
33Base Date (B)303208184202333277214415
44Latest (L)3032081842023332772144150
Master
Cell Formulas
RangeFormula
M4M4=SUMPRODUCT((E4:L4-$E$3:$L$3)/$E$3:$L$3)
 
Upvote 1
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

That formula works fine for me, do you have any blank cells with a formula that returns ""
Fluff.xlsm
ABCDEFGHIJKLM
1
22EFGHIJKLM
33Base Date (B)303208184202333277214415
44Latest (L)3032081842023332772144150
Master
Cell Formulas
RangeFormula
M4M4=SUMPRODUCT((E4:L4-$E$3:$L$3)/$E$3:$L$3)
Sorry for late reply (I am on 365). This worked. After some investigation there was some corruption in the excel file as it was converted from a PDF document. I checked for some random blanks in the cells before posting but pleased to say that after pasting these values into another sheet it worked perfectly. Thanks :)
 
Upvote 0
Glad it's sorted & thanks for letting us know.
 
Upvote 0

Forum statistics

Threads
1,215,787
Messages
6,126,897
Members
449,347
Latest member
Macro_learner

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