Forum Discussion
mark daskilewicz
Aug 27, 2017Copper Contributor
Conditional summation
I have a spreadsheet listing purchases for an ongoing home renovation. the columns list the date, store (e.g., home depot, lowes, Amazon), item name, cost, purchaser (myself or my wife). How can I ...
Aug 27, 2017
Hello,
you can easily do this with a pivot table. Consider this screenshot. The data entry table has been turned into an Excel Table object by clicking Insert > Table. Now you can click a cell and then click Insert > PivotTable.
In the pivot table panel, drag the store to the Rows area, the purchaser to the Columns area and then drag the cost to the Values area.
When you add more data to the table in columns A to E, you can refresh the pivot table and it will automatically add new stores to the pivot table. When you use formulas, like Sumif(), you will need to type the store names manually and you might run the risk of overlooking a store.
Does that help?