Adding up Cells
Options
Comments
-
Hi there,
I don't know the exact column names because I don't see a screenshot... but you should be able to do this...
=[Pink Cell Column Name]rownumber + [Blue Cell Column Name]rownumber
For example... if the pink cell column was titled PinkSeats and the row was 24 and the blue was BlueSeats and the row number was 8 then the formula would look like this.
=[PinkSeats]24 + [BlueSeats]8
Would add those two cells together.
-
Super thank you.
-
You're welcome!