Formula in text boxes

W

Will Fleenor

I have heard you can put string arithmetic formula in text boxes. How do
you do this? For example I would like to add the contents of three cells as
follows:
=B1&DOLLAR(B3,2)&B2
Thanks Will
 
D

Debra Dalgleish

A text box can contain a cell reference --

Enter the formula in a cell on the worksheet
Create a text box.
Click on the text box to select it
Click in the formula bar, and type an equal sign
Click on the cell that contains the formula
Press the Enter key
 
M

Michael Malinsky

Hi Will,

I thought I recognized you name from somewhere so I googled you and figured
out you're with K2. We've never met, but I've enjoyed various presentations
by Dr. Bob Spencer and Randy Johnson. Keep up the good work!

Mike.
 
W

Will Fleenor

Thanks, that works but apparently you can only build references to a single
cell and can not build a formula. Ex. you can have =A10 but not =A10+B10.
Is this correct?
Thanks, Will
 
D

Debra Dalgleish

That's correct.

Will said:
Thanks, that works but apparently you can only build references to a single
cell and can not build a formula. Ex. you can have =A10 but not =A10+B10.
Is this correct?
Thanks, Will
 
B

Bob Phillips

That looks right, but you could put a compound formula in the cell being
referenced to, such as A30:=A10+A20, and use A30 in the textbox.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top