I have a table in which row 2 has tons of columns. Each of those columns in row 2 has a varying value in the range of 1-1000000 represented by X in the example below.
How can I add modify the cells in row 2 to look like this:
=X/1000
keeping the value of X, but adding the division of 1000 to each cell?