View Single Post
  #2   Report Post  
biff
 
Posts: n/a
Default

Hi!

Did you see the replies to your same question from last
night?

You can't use a worksheet formula to assign a value to a
differenet cell. You can have a formula in cell A1 and
have that same value link to another cell. If you want the
same value in A1 to also populate cell D25, in D25 enter:

=A1

What you want to do can be done with VBA but that's a
whole different issue.

Biff

-----Original Message-----
In EXCEL the comnputed value is normally placed in the

cell that has the
formula in it. How can I place the result into another

(different) cell?
.