Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have 15 individual trackers that contain names (A1 -A700) and then data for
those individuals in B1-E700. I want to pull the data from B1-E700 if present to a master tracker. Tricky part is the location and place on the individual trackers may vary month to month. Can I have a formula that will search for the name amonst all trackers and pull the data if present to the master tracker? Please help I am going insane. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The formula vlookup should do that.
If you want to find the name "John" in column A on sheet 1, the formula would be: VLOOKUP("John";Sheet1!A:B;2;FALSE) Per Erik On Thu, 9 Aug 2007 16:14:01 -0700, Jacque Young <Jacque wrote: I have 15 individual trackers that contain names (A1 -A700) and then data for those individuals in B1-E700. I want to pull the data from B1-E700 if present to a master tracker. Tricky part is the location and place on the individual trackers may vary month to month. Can I have a formula that will search for the name amonst all trackers and pull the data if present to the master tracker? Please help I am going insane. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi,
can we have a definition of what a "master tracker" is?!? regards FSt1 "Jacque Young" wrote: I have 15 individual trackers that contain names (A1 -A700) and then data for those individuals in B1-E700. I want to pull the data from B1-E700 if present to a master tracker. Tricky part is the location and place on the individual trackers may vary month to month. Can I have a formula that will search for the name amonst all trackers and pull the data if present to the master tracker? Please help I am going insane. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
master tracker is a seperate workbook that will pull data from colums B-E if
say "Jane Doe" is listed in column A in any of the 15 individual workbooks. Example: This information below may be in 1 of 15 seperate workbooks that I want the Master tracker (destination workbook) to search for. The master tracker will contain the names of all individual names (A1-A750 750 names) with columns B-E to be filled with the data from the 15 seperate workbooks. Column A B C D E Name Week 1 Week 2 Week 3 Week 4 Jane Doe GR12345678 GR11111111 GR22222222 GR33333333 I hope this makes sense! "FSt1" wrote: hi, can we have a definition of what a "master tracker" is?!? regards FSt1 "Jacque Young" wrote: I have 15 individual trackers that contain names (A1 -A700) and then data for those individuals in B1-E700. I want to pull the data from B1-E700 if present to a master tracker. Tricky part is the location and place on the individual trackers may vary month to month. Can I have a formula that will search for the name amonst all trackers and pull the data if present to the master tracker? Please help I am going insane. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
workbook linking cells not working within a workbook | Excel Discussion (Misc queries) | |||
Linking dates to different workbook, then data. | Excel Worksheet Functions | |||
linking data from one workbook into another | Excel Worksheet Functions | |||
linking workbook data | Excel Worksheet Functions | |||
Linking Data between worksheets in a workbook | Excel Worksheet Functions |