Forum Discussion
Jo1963
Mar 18, 2020Copper Contributor
Converting a large spreadsheet to a table and formula results change
I have a large spreadsheet of data and I have converted it to a table (re-engineering old file layouts). When I do the conversion, the results of existing formulas change and I'm stumped as to why. ...
- Mar 18, 2020
If you converted the range to the table and in row 3 are headers of the table, with conversion to table they were converted to the texts. In formula you shall convert them back to number with double dash or VALUE(). And better to use structured references here.
Jo1963
Mar 18, 2020Copper Contributor
Thank you SergeiBaklan - that worked perfectly !!!
SergeiBaklan
Mar 18, 2020Diamond Contributor
Jo1963 , you are welcome, glad to help