How do I copy a result without copying the formula?

R

riffmastr7

Let's say I got a result of 216 in cell A1. I want to use that same result in
A1 to another calculation without copying the formula. How do I do it?
 
M

Myrna Larson

What have you tried? To use that result in another formula, you write A1
instead of a number, i.e. something like

=A1+23
 
Top