Inside a pivot table, I want to store in the Baz column the sum of Foo and Bar column. How can I reference the B and C columns so Baz = Foo + Bar ? I tried to :
The example is available here : https://docs.google.com/spreadsheets/d/1v_D2e-yXpG7PlghGCiYjU0Tfw6ct2_Uaq4npQ1LkEKE/edit?usp=sharing
You may try this in the calculated field
part of the pivot (as in screenshot)
=sum('number of units')+average('price per unit')