Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Lookup/Match Problem

I have a lookup/match problem that I cannot seem to get a solution
to.
I am assuming I can use a combination IF statement with a nested
VLOOKUP but it's not coming to me.

I have a table with three columns. Column A has values S01 to S08.
Column B has unique values but are associated with the values in
column A. Column C has the target values I am trying to populate in a
cell.


So the problem is that I need to match a Column A value with a column
B value to find the answer in column C. Please note that the values
in
Column A are duplicated multiple times depending on their
relationship
to the values in column B.


Any suggestions would be appreciated. Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Lookup/Match Problem

<Column B has unique values but are associated with the values in column A

I don't know what that means.

But maybe you can concatenate the A and B values (use the CONCATENATE function or the & operator), both for the search argument
and in a separate column in your table, and use those in VLOOKUP.

If you need more help, provide more info about the contents of the cells and the required operations.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

wrote in message ups.com...
|I have a lookup/match problem that I cannot seem to get a solution
| to.
| I am assuming I can use a combination IF statement with a nested
| VLOOKUP but it's not coming to me.
|
| I have a table with three columns. Column A has values S01 to S08.
| Column B has unique values but are associated with the values in
| column A. Column C has the target values I am trying to populate in a
| cell.
|
|
| So the problem is that I need to match a Column A value with a column
| B value to find the answer in column C. Please note that the values
| in
| Column A are duplicated multiple times depending on their
| relationship
| to the values in column B.
|
|
| Any suggestions would be appreciated. Thanks.
|


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Lookup/Match Problem

On Mar 27, 1:35 pm, "Niek Otten" wrote:
<Column B has unique values but are associated with the values in column A

I don't know what that means.

But maybe you can concatenate the A and B values (use the CONCATENATE function or the & operator), both for the search argument
and in a separate column in your table, and use those in VLOOKUP.

If you need more help, provide more info about the contents of the cells and the required operations.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

wrote in oglegroups.com...

|I have a lookup/match problem that I cannot seem to get a solution
| to.
| I am assuming I can use a combination IF statement with a nested
| VLOOKUP but it's not coming to me.
|
| I have a table with three columns. Column A has values S01 to S08.
| Column B has unique values but are associated with the values in
| column A. Column C has the target values I am trying to populate in a
| cell.
|
|
| So the problem is that I need to match a Column A value with a column
| B value to find the answer in column C. Please note that the values
| in
| Column A are duplicated multiple times depending on their
| relationship
| to the values in column B.
|
|
| Any suggestions would be appreciated. Thanks.
|


Thanks Niek. I should have thought about that manner of solving the
problem. It worked.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Lookup/Match Problem

Glad it works, thanks for the feedback!

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"NbrCruncher" wrote in message oups.com...
| On Mar 27, 1:35 pm, "Niek Otten" wrote:
| <Column B has unique values but are associated with the values in column A
|
| I don't know what that means.
|
| But maybe you can concatenate the A and B values (use the CONCATENATE function or the & operator), both for the search
argument
| and in a separate column in your table, and use those in VLOOKUP.
|
| If you need more help, provide more info about the contents of the cells and the required operations.
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
| wrote in oglegroups.com...
|
| |I have a lookup/match problem that I cannot seem to get a solution
| | to.
| | I am assuming I can use a combination IF statement with a nested
| | VLOOKUP but it's not coming to me.
| |
| | I have a table with three columns. Column A has values S01 to S08.
| | Column B has unique values but are associated with the values in
| | column A. Column C has the target values I am trying to populate in a
| | cell.
| |
| |
| | So the problem is that I need to match a Column A value with a column
| | B value to find the answer in column C. Please note that the values
| | in
| | Column A are duplicated multiple times depending on their
| | relationship
| | to the values in column B.
| |
| |
| | Any suggestions would be appreciated. Thanks.
| |
|
| Thanks Niek. I should have thought about that manner of solving the
| problem. It worked.
|


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Lookup/Match Problem

=SUMPRODUCT(--(A1:A100="criteria 1"),--(B1:B100="criteria 2"),C1:C100)

Adjust to suit


" wrote:

I have a lookup/match problem that I cannot seem to get a solution
to.
I am assuming I can use a combination IF statement with a nested
VLOOKUP but it's not coming to me.

I have a table with three columns. Column A has values S01 to S08.
Column B has unique values but are associated with the values in
column A. Column C has the target values I am trying to populate in a
cell.


So the problem is that I need to match a Column A value with a column
B value to find the answer in column C. Please note that the values
in
Column A are duplicated multiple times depending on their
relationship
to the values in column B.


Any suggestions would be appreciated. Thanks.


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
Match or Lookup JULZ Excel Discussion (Misc queries) 2 August 28th 06 10:45 PM
advanced lookup/index-match problem tx12345 Excel Worksheet Functions 3 August 11th 06 05:37 PM
advanced lookup/index-match problem tx12345 Excel Discussion (Misc queries) 1 August 11th 06 04:47 AM
Lookup? Match? pulling rows from one spreadsheet to match a text f cjax Excel Worksheet Functions 3 July 21st 06 02:51 PM
Complex LookUp / Match Problem ?? carl Excel Worksheet Functions 2 May 2nd 05 08:53 PM


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