adding text at the end of a formula

  • Thread starter Thread starter alldreams
  • Start date Start date
A

alldreams

how could I add text to the end of a formula?
i.e. =A1/A2 "text"
 
You can just bury the space at the start of the text

=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
(e-mail address removed)

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

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top