Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Repeating the same formula across rows and create a sum total

I would like to repeat the same formula across multiple rows and then calculate a total sum. Eg. for each row I would like to sum the number of days and multiply that with a day rate and then calculate the total sum for all rows. Currently, I am manually changing the references for each row, but I was hoping I could create the formula once and then pass an array of the rows instead

enter image description here

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

You may try:

=sumproduct(B3:B8,byrow(D3:F8,lambda(Σ,sum(Σ))))
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading