names

bigcahoonerburger

New Member
Joined
Oct 20, 2002
Messages
7
I want to assign a numerical value to each name in a list of names to allow excel to sort them. Is this possible.I get the feeling it might be v. easy but I haven't the faintest.Heres hoping someone can help and I don't look to foolish
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
On 2002-11-01 02:22, bigcahoonerburger wrote:
I want to assign a numerical value to each name in a list of names to allow excel to sort them. Is this possible.I get the feeling it might be v. easy but I haven't the faintest.Heres hoping someone can help and I don't look to foolish
To assign a numerical value to a name you just have to Concatenate, for example:

=7&"John Doe"

and you'll get: 7John Doe

You can add a column A, fill it with numbers and assuming that your names are from B2, put in C2:

=A2&B2

and copy to the last record.

Then copy column C and Paste Special it on Values.

Eli
This message was edited by eliW on 2002-11-01 03:44
 
Upvote 0

Forum statistics

Threads
1,214,913
Messages
6,122,207
Members
449,074
Latest member
cancansova

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top