adding text at the end of a formula

  • Thread starter Thread starter alldreams
  • Start date Start date
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
(e-mail address removed)

----- alldreams wrote: ----

how could I add text to the end of a formula
i.e. =A1/A2 "text
 
Back
Top