I plan to make a table which 1st column group is going to be about a base item, further column groups are to be compared to the base one; however I plan to list multiple of them and so I’d like the comparison to only be done to 1. My thought was for a binary column to be included just before the number related to the comparisons. A CSV example: Base label, Base #, Alt(ernative) 1 label, Alt 1 binary, Alt 1 #, Alt 2 label, Alt 2 binary, Alt 2 #, […], # picked, % +/- base.
Do I need to do super long formula in the summary columns (at the end, so to the right), or is there some method to have a smaller formula spread over the columns? An example of the long formula I’m thinking for # picked: if alt 1 # is not empty check if alt 1 binary is true and if so use that, if alt 2 # is not empty check if alt 2 binary is true and if so use that, […], use base # (as no alt was used).
Thank you kindly