How do you exclude certain rows from column totals?
Presumably it is possible?
iMac 27″, macOS 13.5
Presumably it is possible?
iMac 27″, macOS 13.5
Assuming your second post describes what you want (deducted, not "excluded"), typically those rows would be negative numbers vs the positive numbers in the other rows. If you cannot do that then maybe something in another column can be the clue for which rows to add and which to subtract (or exclude) and, instead of using SUM, you will use SUMIF or SUMIFS. If that is not possible then you'll have to do it manually, selecting the ranges to add and the ranges to subtract.
Assuming your second post describes what you want (deducted, not "excluded"), typically those rows would be negative numbers vs the positive numbers in the other rows. If you cannot do that then maybe something in another column can be the clue for which rows to add and which to subtract (or exclude) and, instead of using SUM, you will use SUMIF or SUMIFS. If that is not possible then you'll have to do it manually, selecting the ranges to add and the ranges to subtract.
I have a totalled column but need 2 rows to be deducted rather than added. Is this possible?
How do you exclude certain rows from column totals?