Sending value to a cell

C

CM32134

Hi there,
I want to dump a computed value into a cell that isn't the one the
calculation was done in. Can it be done from the original cell?
 
D

David McRitchie

A worksheet formula returns a value and can do nothing else.

Think in terms of receiving a value from another location and
you will be fine. And it probably won't take any more extra
work on your part, whether you get the value from the calculated
cell or whether you use the same formula.

If you can't do that then describe briefly exactly what you want to do,
what you have (values, formulas, whatever is necessary to understand),
and there are probably a lot of alternatives available.
 
Top