Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I need help with this please. I have an excel sheet which gets data pasted onto it, on the basis of top 5 ranks for that day. Like This: A B C Roger 50 James 45 Donand 30 Jeremy 29 Sophia 28 Now, I have another workbook, with 50 such names on it, with monthly data in it. How do I have Cell C2 display the Monthly data for Roger? i.e, there needs to be a formula on C2 which searches for the name "Roger" in another file's B column, and display the corresponding C column value here. Sorry, I have tried best to make the question sound sensible. Would appreciate any help on this. Cheers Sunny |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In C2:
=VLOOKUP(A2,Sheet2!B2:C999,1,FALSE) Adjust range to your needs. HTH -- AP "DB Explorer" a écrit dans le message de oups.com... Hi I need help with this please. I have an excel sheet which gets data pasted onto it, on the basis of top 5 ranks for that day. Like This: A B C Roger 50 James 45 Donand 30 Jeremy 29 Sophia 28 Now, I have another workbook, with 50 such names on it, with monthly data in it. How do I have Cell C2 display the Monthly data for Roger? i.e, there needs to be a formula on C2 which searches for the name "Roger" in another file's B column, and display the corresponding C column value here. Sorry, I have tried best to make the question sound sensible. Would appreciate any help on this. Cheers Sunny |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=VLOOKUP(A2,[OtherFileName.xls]Sheet1!B:C,2,FALSE)
Vaya con Dios, Chuck, CABGx3 "DB Explorer" wrote: Hi I need help with this please. I have an excel sheet which gets data pasted onto it, on the basis of top 5 ranks for that day. Like This: A B C Roger 50 James 45 Donand 30 Jeremy 29 Sophia 28 Now, I have another workbook, with 50 such names on it, with monthly data in it. How do I have Cell C2 display the Monthly data for Roger? i.e, there needs to be a formula on C2 which searches for the name "Roger" in another file's B column, and display the corresponding C column value here. Sorry, I have tried best to make the question sound sensible. Would appreciate any help on this. Cheers Sunny |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks !! This works great.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
2 Nesting questions | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |