Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I need help with Lookup (vector). Lookup seems to have the function I need. But my lookup_vector and result_vector are not the same size. So I guess I can not really use the lookup function. Please help. Here is my problem. I have two worksheets. The first worksheet has columns A, B, C, D, the second worksheet has columns A', E, F, G. The column A' has more rows than A, and all the values in A are in A'. I need to bring the values in the columns E, F and G in the second worksheet into the first worksheet when A matches A'. Please advice and let me know if my description is not clear. Fred -- zheng4 ------------------------------------------------------------------------ zheng4's Profile: http://www.excelforum.com/member.php...o&userid=35948 View this thread: http://www.excelforum.com/showthread...hreadid=557362 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Put in and copy down
E1=IF(A1=Sheet2!A1,VLOOKUP(A1,Sheet2!A1:G100,5,FAL SE),"") F1=IF(A1=Sheet2!A1,VLOOKUP(A1,Sheet2!A1:G100,6,FAL SE),"") G1=IF(A1=Sheet2!A1,VLOOKUP(A1,Sheet2!A1:G100,7,FAL SE),"") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
lookup help. lookup result based on data in 2 columns | Excel Worksheet Functions | |||
LOOKUP FUNCTION? (LOOKUP VALUE BEING A TIME RENERATED FROM A FORMU | Excel Discussion (Misc queries) | |||
Get Cell Address From Lookup (Alternative to Lookup) | Excel Worksheet Functions | |||
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup | Excel Worksheet Functions | |||
Lookup Ques - finding value within a string to lookup | Excel Programming |