A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
This should do what you want:
=SUMPRODUCT(D7:R7,D9:R9,D10:R10)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
For this equation, is there a simpler way to do it so that I can just say D:R with the specific cells I want to multiply.
=(D10*D9*D7)+(E10*E9*E7)+(F10*F9*F7)+(G10*G9*G7)+(H10*H9*H7)+(I10*I9*I7)+(J10*J9*J7)+(K10*K9*K7)+(L10*L9*L7)+(M10*M9*M7)+(N10*N9*N7)+(O10*O9*O7)+(P10*P9*P7)+(Q10*Q9*Q7)+(R10*R9*R7)
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
This should do what you want:
=SUMPRODUCT(D7:R7,D9:R9,D10:R10)
Lifesaver!! Thank you!
Hi,
That is not possible in Excel.
Let me know if that helps.
Kind Regards,
Engr. Jamshed Muhammad
When I have a lot of row, that leads to not only a lot of equation to write out but possible errors. There isn't a way to be able to do like the below?
SUM (D10*D9*D7):(R10*R9*R7)
Or something like that?
Hi,
It think that is best way we can dot that.
Let me know if that helps.
Kind Regards,
Engr. Jamshed Muhammad