Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 132
Default Job Number Lookup and Match with Job Name

I have a spreadsheet that I would like to be able to have the Job Name (In
cell B3) to be automatically entered when I type in the Job Number (In cell
B4). The list of jobs and job numbers are in sheet 2, Column A - job name and
Column B - job number. The form is on sheet 1.

Thanks for any help
Kelly

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default Job Number Lookup and Match with Job Name

Put this in B3

=LOOKUP(A1,Sheet2!C:C,Sheet2!B:B)

"Kelly" wrote:

I have a spreadsheet that I would like to be able to have the Job Name (In
cell B3) to be automatically entered when I type in the Job Number (In cell
B4). The list of jobs and job numbers are in sheet 2, Column A - job name and
Column B - job number. The form is on sheet 1.

Thanks for any help
Kelly

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default Job Number Lookup and Match with Job Name

Oops wrong lookup address in last post. Once again enter in B3

=LOOKUP(B4,Sheet2!C:C,Sheet2!B:B)


"Kelly" wrote:

I have a spreadsheet that I would like to be able to have the Job Name (In
cell B3) to be automatically entered when I type in the Job Number (In cell
B4). The list of jobs and job numbers are in sheet 2, Column A - job name and
Column B - job number. The form is on sheet 1.

Thanks for any help
Kelly

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 132
Default Job Number Lookup and Match with Job Name

Hello Mike:
I am sure it's something I've done but I tried this and it did'nt work.

Kelly


"Mike" wrote:

Oops wrong lookup address in last post. Once again enter in B3

=LOOKUP(B4,Sheet2!C:C,Sheet2!B:B)


"Kelly" wrote:

I have a spreadsheet that I would like to be able to have the Job Name (In
cell B3) to be automatically entered when I type in the Job Number (In cell
B4). The list of jobs and job numbers are in sheet 2, Column A - job name and
Column B - job number. The form is on sheet 1.

Thanks for any help
Kelly

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
Lookup returns blank if no match Nolene Excel Worksheet Functions 9 October 4th 06 06:47 PM
Match Index Lookup Kevin Excel Discussion (Misc queries) 1 March 17th 06 04:40 PM
Lookup nearest value (Index & Match) [email protected] Excel Worksheet Functions 0 February 6th 06 04:29 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Lookup then Match and insert value from next column Tenacity Excel Worksheet Functions 3 March 4th 05 02:49 AM


All times are GMT +1. The time now is 05:52 AM.

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

About Us

"It's about Microsoft Excel"