how could I add text to the end of a formula? i.e. =A1/A2 "text"
D Dan B Feb 4, 2004 #3 oops.... try this =(A1/A2)&" "&"text" Dan B said: =(A1/A2)&" ""text" That should work. Dan Click to expand...
oops.... try this =(A1/A2)&" "&"text" Dan B said: =(A1/A2)&" ""text" That should work. Dan Click to expand...
M Mark Graesser Feb 4, 2004 #7 alldreams You might need to format your number with a TEXT function. The number format for the cell will not apply any more because your formula is returning a text string example =TEXT(A1/A2,"0.00")&" text Good Luck Mark Graesse [email protected] ----- alldreams wrote: ---- how could I add text to the end of a formula i.e. =A1/A2 "text
alldreams You might need to format your number with a TEXT function. The number format for the cell will not apply any more because your formula is returning a text string example =TEXT(A1/A2,"0.00")&" text Good Luck Mark Graesse [email protected] ----- alldreams wrote: ---- how could I add text to the end of a formula i.e. =A1/A2 "text