I understand that to have sum of column A and column B, I can use formula SUM(column A + column B).
But If I want to add up 50 different columns into 51st column, I will have to use formula SUM( Column 1+ Column 2 + … + column 50).
Is there a simple...