contents embed

  • Thread starter Thread starter Mery
  • Start date Start date
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
 
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.
 
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
 
Sorry, should be another bracket at the end:

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

Pete
 
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

Back
Top