numbers with text

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
 
N

Niek Otten

Format>Cells>Number>Custom

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

Dave O

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.
 
G

Guest

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

How to determine the value from a list? 3
Text to column 6
Multiple Qualifiers 1
How to determine the values? 1
Search 27
Help with VLOOKUP() 7
text replaced by #### 2
I need help with a formula 4

Top