Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 78
Default multiple lookup

Hi, I have no idea how to approach this problem:

One file I have all the possible data I need (by Customer and Site).
eg. Customer A, site 1. Customer A, site 2. Customer B, site1. Customer
B, site 3... etc.

The second file, I would like to select the Customer, then based on the
Customer, select the site (there may be multiple sites for each Customer).
Then populate the column with the data pulled for that particular Customer &
Site.

Any suggestions on 1) how to only pull up the respective sites to each
Customer?
2) how to do the lookup based on the two criteria?

Thanks in advance...

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 833
Default multiple lookup

Melanie, some quick questions:-

1. What version of EXCEL are you in.

Are you in 2007?

2. What are your column names?

Are they:-

Column A = customer

Column B = site

3. What is in column A?

Is it text (for customer names)?

4. What is in column B?

Is it numbers (for sites).

5. What do your mean by, €śthe second file€ť?

Do you mean a 2nd Worksheet in the same Workbook?

This info will help me / others to help you.



"Melanie" wrote:

Hi, I have no idea how to approach this problem:

One file I have all the possible data I need (by Customer and Site).
eg. Customer A, site 1. Customer A, site 2. Customer B, site1. Customer
B, site 3... etc.

The second file, I would like to select the Customer, then based on the
Customer, select the site (there may be multiple sites for each Customer).
Then populate the column with the data pulled for that particular Customer &
Site.

Any suggestions on 1) how to only pull up the respective sites to each
Customer?
2) how to do the lookup based on the two criteria?

Thanks in advance...

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 78
Default multiple lookup


EXCEL 2003

In first workbook, Row 4=Customer name (text), Row5=Site name(text). Rest
of column is data(numbers) for that particular Customer & Site.

My second workbook is for the user to select customer and site so that it is
organized in a friendly, readable format.

Thanks,


"trip_to_tokyo" wrote:

Melanie, some quick questions:-

1. What version of EXCEL are you in.

Are you in 2007?

2. What are your column names?

Are they:-

Column A = customer

Column B = site

3. What is in column A?

Is it text (for customer names)?

4. What is in column B?

Is it numbers (for sites).

5. What do your mean by, €śthe second file€ť?

Do you mean a 2nd Worksheet in the same Workbook?

This info will help me / others to help you.



"Melanie" wrote:

Hi, I have no idea how to approach this problem:

One file I have all the possible data I need (by Customer and Site).
eg. Customer A, site 1. Customer A, site 2. Customer B, site1. Customer
B, site 3... etc.

The second file, I would like to select the Customer, then based on the
Customer, select the site (there may be multiple sites for each Customer).
Then populate the column with the data pulled for that particular Customer &
Site.

Any suggestions on 1) how to only pull up the respective sites to each
Customer?
2) how to do the lookup based on the two criteria?

Thanks in advance...

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 833
Default multiple lookup

1. All right, so this is what we have:-

This is all in column A:-

A1 empty
A2 empty
A3 empty
A4 Smith (this is the customer name that you mention)
A5 New York (this is the site name that you mention)
A6 1 (rest of column is numbers - as you say)
A7 2 (rest of column is numbers - as you say)
A8 3 (rest of column is numbers - as you say)
A9 4 (rest of column is numbers - as you say)
A10 5 (rest of column is numbers - as you say)

My first thought is that you should have 2 (maybe 3) separate columns.

Column A must have only text. It seems that you should call column A
CustomerName.

Column B must have only text. It seems that you should call column B Site.

Column C must have only numbers. It seems that you should call column C
CustomerAndSite.

2. Why do you need a 2nd Workbook? What is its purpose?

3. I have just put a file up for you at:-

http://www.pierrefondes.com/

The first file at the top of the home page is for you.

It is, I think, what you have described.

So where do you want to go from here?



"Melanie" wrote:


EXCEL 2003

In first workbook, Row 4=Customer name (text), Row5=Site name(text). Rest
of column is data(numbers) for that particular Customer & Site.

My second workbook is for the user to select customer and site so that it is
organized in a friendly, readable format.

Thanks,


"trip_to_tokyo" wrote:

Melanie, some quick questions:-

1. What version of EXCEL are you in.

Are you in 2007?

2. What are your column names?

Are they:-

Column A = customer

Column B = site

3. What is in column A?

Is it text (for customer names)?

4. What is in column B?

Is it numbers (for sites).

5. What do your mean by, €śthe second file€ť?

Do you mean a 2nd Worksheet in the same Workbook?

This info will help me / others to help you.



"Melanie" wrote:

Hi, I have no idea how to approach this problem:

One file I have all the possible data I need (by Customer and Site).
eg. Customer A, site 1. Customer A, site 2. Customer B, site1. Customer
B, site 3... etc.

The second file, I would like to select the Customer, then based on the
Customer, select the site (there may be multiple sites for each Customer).
Then populate the column with the data pulled for that particular Customer &
Site.

Any suggestions on 1) how to only pull up the respective sites to each
Customer?
2) how to do the lookup based on the two criteria?

Thanks in advance...

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 833
Default multiple lookup

I am signing out for today (Thu Oct 1/9) at 2007 London time.

I will try and help you out again tomorrow.

You can mail me by clicking on trip_to_tokyo.


"trip_to_tokyo" wrote:

1. All right, so this is what we have:-

This is all in column A:-

A1 empty
A2 empty
A3 empty
A4 Smith (this is the customer name that you mention)
A5 New York (this is the site name that you mention)
A6 1 (rest of column is numbers - as you say)
A7 2 (rest of column is numbers - as you say)
A8 3 (rest of column is numbers - as you say)
A9 4 (rest of column is numbers - as you say)
A10 5 (rest of column is numbers - as you say)

My first thought is that you should have 2 (maybe 3) separate columns.

Column A must have only text. It seems that you should call column A
CustomerName.

Column B must have only text. It seems that you should call column B Site.

Column C must have only numbers. It seems that you should call column C
CustomerAndSite.

2. Why do you need a 2nd Workbook? What is its purpose?

3. I have just put a file up for you at:-

http://www.pierrefondes.com/

The first file at the top of the home page is for you.

It is, I think, what you have described.

So where do you want to go from here?



"Melanie" wrote:


EXCEL 2003

In first workbook, Row 4=Customer name (text), Row5=Site name(text). Rest
of column is data(numbers) for that particular Customer & Site.

My second workbook is for the user to select customer and site so that it is
organized in a friendly, readable format.

Thanks,


"trip_to_tokyo" wrote:

Melanie, some quick questions:-

1. What version of EXCEL are you in.

Are you in 2007?

2. What are your column names?

Are they:-

Column A = customer

Column B = site

3. What is in column A?

Is it text (for customer names)?

4. What is in column B?

Is it numbers (for sites).

5. What do your mean by, €śthe second file€ť?

Do you mean a 2nd Worksheet in the same Workbook?

This info will help me / others to help you.



"Melanie" wrote:

Hi, I have no idea how to approach this problem:

One file I have all the possible data I need (by Customer and Site).
eg. Customer A, site 1. Customer A, site 2. Customer B, site1. Customer
B, site 3... etc.

The second file, I would like to select the Customer, then based on the
Customer, select the site (there may be multiple sites for each Customer).
Then populate the column with the data pulled for that particular Customer &
Site.

Any suggestions on 1) how to only pull up the respective sites to each
Customer?
2) how to do the lookup based on the two criteria?

Thanks in advance...

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 across multiple columns within multiple sheets Garnet Excel Discussion (Misc queries) 2 June 25th 08 11:46 PM
Multiple lookup values and adding multiple rates across together ssolomon Excel Worksheet Functions 5 November 16th 07 09:02 PM
Lookup using multiple sheets and multiple criteria, sorry if 2 pos kjguillermo Excel Worksheet Functions 4 January 16th 07 03:21 AM
Lookup using multiple sheets and multiple criteria kjguillermo Excel Discussion (Misc queries) 2 January 14th 07 10:28 AM
Lookup in Multiple Columns, Return Multiple Values andy62 Excel Worksheet Functions 3 July 6th 06 02:36 AM


All times are GMT +1. The time now is 02:48 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"