contents embed

M

Mery

On my first sheet1 there are keys ID names of employees into the column A.
On the second sheet2 I need type in into the column B names of employees,
than column A
needs recognize names of employees and automatic types in keys ID


Please, Mr.Pete_UK helped me early but this situation is vise !


As always I am greatful for your help,

Mery
 
G

Gav123

Hi Mery,

You could try this...

In Sheet2 A1 (the first cell for your automatic Key ID) type


=INDEX(Sheet1!A:A,MATCH(B1,Sheet1!B:B,0))

And drag down as needed.

Hope this helps.

Gav.
 
P

Pete_UK

Put this formula in A1 of Sheet2:

=IF(B1="","",INDEX(Sheet1!A:A,MATCH(B1,Sheet1!B:B,0))

Enter a name into B1, and A1 should return the ID for that name.

Hope this helps.

Pete
 
P

Pete_UK

Sorry, should be another bracket at the end:

=IF(B1="","",INDEX(Sheet1!A:A,MATCH(B1,Sheet1!B:B,0)))

Pete
 
M

Mery

Hi Pete_UK

Immediately, I did it on my sheet and my work functions perfection!

Thanks very much again,

Regards,
Mery


Korisnik "Pete_UK" napisao je:
 

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

contents embed 3
Compare two tables 0
Compare two tables 4
compare workbook 2
sumif issues 1
Need to create a list of non-duplicates 1
VLOOKUP formula 3
Function on Sheet1 based on data on Sheet2 0

Top