Hi,
I want to sum a column based on multiple criteria from one column. I have accomplished this in the following way:
=SUMIF({Stage}, "Proposed", {Volume}) + SUMIF({Stage}, "Sold", {Volume})
Is this the best way to do this or is there a cleaner way to accomplish the same thing.
Thanks!