answered
2012-07-15 15:12:00 +0200
tohuwawohu
1812 ● 13 ● 40 This isn't a trivial task, since you want Calc to insert a value different than the value you've typed. It doesn't matter that it's the result of a trivial calculation (divide input by 100).
I fear you can't tell Calc to "autocorrect" the values you've typed in. But you could use the "Paste special" functionality:
- After you've entered the values (for example, 123456), select any empty cell and enter
100 as value (the divisor). - copy that cell holding the divisor;
- select the cells holding the values you've entered in the first step;
- Hit CTRL+SHIFT+V or Menu "
Edit" -> "Paste Special"; - In the Options window, select "
Divide" from Operations:

As a result, Calc will replace the values you've entered in step 1 by the result of those values divided by 100 (the divisor value from step 2).