I'm trying to figure out what your underlying need is.
If you need to add 10.35 to a bunch of cells that are already holding numeric values, do this:
- Put 10.35 in a cell
- Copy
- Holding down the CTRL key, select every cell you want to update
- From the menu select Edit, Paste Special, and select Add, then OK
But that doesn't result in formulas, it updates the values. If you have a value and want to change it to a formula, like
=135.24+10.35
then you either have to type it in, or write a macro to do it. This gives you an idea of what is involved:
Bookmarks