A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi,
You may also use a Pivot Table.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to calculate all the money that appears on the right to be calculated on the left.
So all of the amounts under 152 on the right to be total on the left?
Please & Thank you in advance!
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.
Hi,
You may also use a Pivot Table.
In C2:
=SUMIFS(I:I, H:H, B2)
Fill down. If you have Microsoft 365, you can also use
=SUMIFS(I:I, H:H. B2:B43)
This will spill to C2:C43.