Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What I have:
1 sheet 2 columns: customer name and legislative district number 1 sheet 3 columns: legislator name, postal address, and legislative district number What I need: 1 sheet showing each customer, their legislative district number and the name and address of the legislator for that particular district Any help would be appreciated. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
So, on sheet1, do an index with match..
=INDEX(sheet2!$A$1:$Z$5000,MATCH(B2,sheet2!$C$2:$C $5000),1) gets you name. =INDEX(sheet2!$A$1:$Z$5000,MATCH(B2,sheet2!$C$2:$C $5000),2) gets your address. this assumes there is one record per district number. "jmasterton" wrote: What I have: 1 sheet 2 columns: customer name and legislative district number 1 sheet 3 columns: legislator name, postal address, and legislative district number What I need: 1 sheet showing each customer, their legislative district number and the name and address of the legislator for that particular district Any help would be appreciated. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perfect! Thanks so much!!
"Sean Timmons" wrote: So, on sheet1, do an index with match.. =INDEX(sheet2!$A$1:$Z$5000,MATCH(B2,sheet2!$C$2:$C $5000),1) gets you name. =INDEX(sheet2!$A$1:$Z$5000,MATCH(B2,sheet2!$C$2:$C $5000),2) gets your address. this assumes there is one record per district number. "jmasterton" wrote: What I have: 1 sheet 2 columns: customer name and legislative district number 1 sheet 3 columns: legislator name, postal address, and legislative district number What I need: 1 sheet showing each customer, their legislative district number and the name and address of the legislator for that particular district Any help would be appreciated. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Not a problem!
"jmasterton" wrote: Perfect! Thanks so much!! "Sean Timmons" wrote: So, on sheet1, do an index with match.. =INDEX(sheet2!$A$1:$Z$5000,MATCH(B2,sheet2!$C$2:$C $5000),1) gets you name. =INDEX(sheet2!$A$1:$Z$5000,MATCH(B2,sheet2!$C$2:$C $5000),2) gets your address. this assumes there is one record per district number. "jmasterton" wrote: What I have: 1 sheet 2 columns: customer name and legislative district number 1 sheet 3 columns: legislator name, postal address, and legislative district number What I need: 1 sheet showing each customer, their legislative district number and the name and address of the legislator for that particular district Any help would be appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
workng bet wrksheets | Excel Worksheet Functions | |||
combining data with a common cell value | Excel Discussion (Misc queries) | |||
formula locates common data in a cell and drops them in other shee | Excel Discussion (Misc queries) | |||
Can you search for common results in many wrksheets? | Excel Worksheet Functions | |||
Combining rows of data that have one cell in common | Excel Discussion (Misc queries) |