Hello,
I wonder whether anybody can help me with a sumproduct query ?
I have created a formula in Excel which returns the answer that I require:-
=SUMPRODUCT(('Meridian Costs'!$L$2:$L$219=Summary!$B12)*('Meridian Costs'!$O$2:$O$219=Summary!C$10)*('Meridian Costs'!$Q$2:$Q$219))
The Sheet called 'Meridian Costs' will grow over time, this will mean that I will have to amend to formula to replace the '$L$219' with the last row.
I have been asked whether I can replace the exact value in the formulas with a range name. I have created a range called "name" and highlighted all of the column.
The formula now looks like:-
=SUMPRODUCT((name=Summary!$B11)*('Meridian Costs'!$O$2:$O$219=Summary!C$10)*('Meridian Costs'!$Q$2:$Q$219))
When I press enter I get the #NUM! error.
Any ideas why I am getting this error message ?
Regards
I wonder whether anybody can help me with a sumproduct query ?
I have created a formula in Excel which returns the answer that I require:-
=SUMPRODUCT(('Meridian Costs'!$L$2:$L$219=Summary!$B12)*('Meridian Costs'!$O$2:$O$219=Summary!C$10)*('Meridian Costs'!$Q$2:$Q$219))
The Sheet called 'Meridian Costs' will grow over time, this will mean that I will have to amend to formula to replace the '$L$219' with the last row.
I have been asked whether I can replace the exact value in the formulas with a range name. I have created a range called "name" and highlighted all of the column.
The formula now looks like:-
=SUMPRODUCT((name=Summary!$B11)*('Meridian Costs'!$O$2:$O$219=Summary!C$10)*('Meridian Costs'!$Q$2:$Q$219))
When I press enter I get the #NUM! error.
Any ideas why I am getting this error message ?
Regards