I have a very simple sheet that has a column of numbers.
Using a Sheet Summary formula such as =sum([column1]:[column1])
I get an answer, but it loses the number formatting - specifically the thousand commas. Since these are pretty big numbers, I need the commas to appear. They appear on the base sheet for the individual numbers, but are lost in the summary formula.
Any suggestions on how to get that sheet number formatting to carry over into the summary formula?