adding text at the end of a formula

M

Mark Graesser

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
 
Top