numbers with text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to include a text with my input number. For example: I want to
input in cell A1 only the number "230." But, I want the cell to return "230
units." What steps do I have to do to make that work? Thanks, hmz
 
Format>Cells>Number>Custom

In the Type box, add "units" (including the quotes) to the end of the
current format string (probably General)
 
One way is to enter the data in A1, but have a formula in B1 like this:
=A1&" units"

Then hide column A, or set its font color to white on a white
background so it is effectively hidden.
 
Thank you! It works perferct!

Niek Otten said:
Format>Cells>Number>Custom

In the Type box, add "units" (including the quotes) to the end of the
current format string (probably General)
 

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

Similar Threads


Back
Top