#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default contents embed

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default contents embed

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.


"Mery" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default contents embed

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

On Apr 28, 3:44*pm, Mery wrote:
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


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default contents embed

Sorry, should be another bracket at the end:

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

Pete

On Apr 28, 4:03*pm, Pete_UK wrote:
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

On Apr 28, 3:44*pm, Mery wrote:



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- Hide quoted text -


- Show quoted text -


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default contents embed

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:

Sorry, should be another bracket at the end:

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

Pete

On Apr 28, 4:03 pm, Pete_UK wrote:
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

On Apr 28, 3:44 pm, Mery wrote:



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- Hide quoted text -


- Show quoted text -





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default contents embed

Glad to be of help.

Pete

On Apr 28, 4:25*pm, Mery wrote:
Hi Pete_UK

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

Thanks very much again,

Regards,
Mery

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
contents embed Mery[_2_] Excel Worksheet Functions 3 April 28th 08 12:44 PM
EMBED Platypus Excel Discussion (Misc queries) 5 January 31st 07 04:56 PM
EMBED F. Lawrence Kulchar Charts and Charting in Excel 1 September 20th 06 06:08 PM
Macro to remove contents of cell and move all other contents up one row adw223 Excel Discussion (Misc queries) 1 July 1st 05 03:57 PM
Embed a US MAP Frontiercoop Charts and Charting in Excel 1 December 14th 04 08:39 PM


All times are GMT +1. The time now is 08:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"