Simple Formula Needed

JAMIESTAHL

New Member
Joined
Apr 22, 2011
Messages
3
I am not heavy Excel user but I need a way to enter some data as follows.

I want to have a list of names on one sheet and on a second sheet I want enter a number in to a cell and have a name from the first sheet appear instead of the number.

For example:
John Smith = 1
Joe Blow = 2

So when I enter 1 on the second sheet the name John Smith will appear in that cell.

Greatly appreciated.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Welcome to MrExcel board..
Do you have a number assigned to the names? Or are you just wanting from the number the name from that order? John being 1 and Joe being 2
 
Upvote 0
I am not heavy Excel user but I need a way to enter some data as follows.

I want to have a list of names on one sheet and on a second sheet I want enter a number in to a cell and have a name from the first sheet appear instead of the number.

For example:
John Smith = 1
Joe Blow = 2

So when I enter 1 on the second sheet the name John Smith will appear in that cell.

Greatly appreciated.
See this...

http://contextures.com/xlFunctions02.html
 
Upvote 0
Sheet2

E2: 2

F2:

=INDEX(Sheet1!$A$2:$A$100,E2)

which fetches the name on the 2nd cell in A2:A10 on Sheet1.

Is this what you are after?
 
Upvote 0
I would like to have a number associated with the name.

There is 18 names on the name list.

The goal is not to have to type the names each time on the second sheet. I just want to be able to type the number in the cell and have the name appear instead. I want to be able to assign different names to a list of projects on the second sheet.

I hope this makes it more clear.

Thanks again.
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,758
Members
452,940
Latest member
rootytrip

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