Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am working with two worksheets of data which can be related based on a
common field between the two. I want to add data from one worksheet to the rows of the other and i'm guessing I would do that based on the unique field in both reports i.e. student ID number, but I dont know how to set this up. I have Excel 2007. Help! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
INDEX/MATCH would be one good way .. You can match on any column, and return
any other column (to the left or right of the matching col) via the INDEX part of it, eg to exact match a lookup value in A1 against col AZ & return from col K would look like this: =INDEX(K:K,MATCH(A1,AZ:AZ,0)) Try Debra Dalgleish's nice coverage on INDEX/MATCH at her page: http://www.contextures.com/xlFunctions03.html INDEX/MATCH There's also some sample workbooks available for d/l & study -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "TracySLPS" wrote: I am working with two worksheets of data which can be related based on a common field between the two. I want to add data from one worksheet to the rows of the other and i'm guessing I would do that based on the unique field in both reports i.e. student ID number, but I dont know how to set this up. I have Excel 2007. Help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Field in Field List but Not Source Data | Excel Discussion (Misc queries) | |||
Pivottable Calc. Avg. field based upon monthly data | Excel Discussion (Misc queries) | |||
Creating a dynamic list based on a minimum common variable. | Excel Worksheet Functions | |||
finding common data | Excel Discussion (Misc queries) | |||
data in primay field changed however subsequent field does not upd | Excel Discussion (Misc queries) |