How can I add a fixed value to all cells in a table?

B

BMHeiss

I simply want to update a table full of values by adding a certain number to
all cells. How can I do this easiest?

thanks.
 
N

Niek Otten

Enter the number in an empty cell (just to be sure, format the cell as
Number FIRST)
Edit>Copy
Select the cells to be updated
Edit>Paste special, check Add
 
Top