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

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

How can I to do it?

Can somebody help me and solve this problem?
As always I am greatful for your help,

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

You need to have a unique ID number for each employee which can be
listed in Sheet1 column A along with the names in column B.

Then when you enter an ID number into A1 (say) of Sheet2, you can put
this formula in B1:

=IF(A1="","",IF(ISNA(VLOOKUP(A1,Sheet1!A:B,2,0))," n/
a",VLOOKUP(A1,Sheet1!A:B,2,0))

This will return the name if the ID number exists, otherwise it will
return the message "n/a".

Hope this helps.

Pete

On Apr 28, 10:49*am, Mery wrote:
On my first sheet1 there are names of employees into the column B.
On the second sheet2 I need type in keys into the column A, than column B
needs recognize key and automatic typs in *name of employee *with *first name
and name.

How can I to do it?

Can somebody help me and solve this problem?
As always I am greatful for your help,

Mery


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

I am very happy ,problem solved and I can continue work,
once again, thanks verry,very much

Regards,
Mery


Korisnik "Pete_UK" napisao je:

You need to have a unique ID number for each employee which can be
listed in Sheet1 column A along with the names in column B.

Then when you enter an ID number into A1 (say) of Sheet2, you can put
this formula in B1:

=IF(A1="","",IF(ISNA(VLOOKUP(A1,Sheet1!A:B,2,0))," n/
a",VLOOKUP(A1,Sheet1!A:B,2,0))

This will return the name if the ID number exists, otherwise it will
return the message "n/a".

Hope this helps.

Pete

On Apr 28, 10:49 am, Mery wrote:
On my first sheet1 there are names of employees into the column B.
On the second sheet2 I need type in keys into the column A, than column B
needs recognize key and automatic typs in name of employee with first name
and name.

How can I to do it?

Can somebody help me and solve this problem?
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

You're welcome, Mery - thanks for feeding back.

Pete

On Apr 28, 12:07*pm, Mery wrote:
I am very happy ,problem solved and I can continue work,
once again, thanks verry,very much

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
EMBED Platypus Excel Discussion (Misc queries) 5 January 31st 07 04:56 PM
compare the contents of one range of cells with the contents of a. Dozy123 Excel Discussion (Misc queries) 1 January 24th 07 10:14 AM
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 05:34 AM.

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"