How can I format a cell to have the same text with a number

K

kpt

I need to format a cell to have deg/sec follow when ever a number is entered.
I found where in custom formatting there is a +/- sign that is automatically
entered when a number is entered. I need it to work like that.
 
N

Niek Otten

Look here:

http://www.cpearson.com/excel/latlong.htm

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|I need to format a cell to have deg/sec follow when ever a number is entered.
| I found where in custom formatting there is a +/- sign that is automatically
| entered when a number is entered. I need it to work like that.
 
M

macropod

Hi kpt,

Define the custom number format as:
0 "deg/sec"
or as:
+0 "deg/sec";-0 "deg/sec"
depending on what you're after (it's not entirely clear).
 

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

Top