movable formula

C

choice

is it possible to put a formula in a text box, or something like that, where the value will change, but i can move the box to where i need it
 
J

Juan Pablo Gonzalez

You can link a textbox to a particular cell. Do this... let's say you're
formula is in A1

=SUM(B1:B100)

now, draw a textbox. Select it, now, in the formula bar, type

=A1

The textbox will display the result of the formula, which you can now move
wherever you want to..

--
Regards,

Juan Pablo González

choice said:
is it possible to put a formula in a text box, or something like that,
where the value will change, but i can move the box to where i need it
 
Top