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 :
- Reference the columns by theirs names : Does not work
- Reference the columns by theirs ranks : Work only if I stick to a cell : B2+C2 will kinda work but B+C wont.
The example is available here : https://docs.google.com/spreadsheets/d/1v_D2e-yXpG7PlghGCiYjU0Tfw6ct2_Uaq4npQ1LkEKE/edit?usp=sharing