Hi,
I have two different worksheet. Suppose sheet A and Sheet B. Sheet A have all the data (Suppose 100 records). sheet B have the data (10 records for vlookup) which I need to put the vlookup on Sheet A. Sheet A have colums from A to Z. I have done the vlookup on sheet B as =VLOOKUP($A1,SheetA!$A:$Z,2,FALSE). I am getting the value for one column corresponding to sheet A data.
My question is that, When I have done the vlookup, I want all the rows from SheetA:Z corresponding to the vlookup value cell.
e.g. Sheet A
a 32 43 54 65 76 87 897 34 23 56 87 87 23 67 87 and soon upto Column Z
b 5 54 54 43 34 65 78 98 90 65 54 6 0 56 45 78 56 .......
Sheet B : lookk up on sheetA, a
i am getting 'a' from vlookup.
but I need the answer like
a 32 43 54 65 76 87 897 34 23 56 87 87 23 67 87 which return me the rows values connect to value a.
please let me know how do i do the vlookup in simpler way to get the values.
I have two different worksheet. Suppose sheet A and Sheet B. Sheet A have all the data (Suppose 100 records). sheet B have the data (10 records for vlookup) which I need to put the vlookup on Sheet A. Sheet A have colums from A to Z. I have done the vlookup on sheet B as =VLOOKUP($A1,SheetA!$A:$Z,2,FALSE). I am getting the value for one column corresponding to sheet A data.
My question is that, When I have done the vlookup, I want all the rows from SheetA:Z corresponding to the vlookup value cell.
e.g. Sheet A
a 32 43 54 65 76 87 897 34 23 56 87 87 23 67 87 and soon upto Column Z
b 5 54 54 43 34 65 78 98 90 65 54 6 0 56 45 78 56 .......
Sheet B : lookk up on sheetA, a
i am getting 'a' from vlookup.
but I need the answer like
a 32 43 54 65 76 87 897 34 23 56 87 87 23 67 87 which return me the rows values connect to value a.
please let me know how do i do the vlookup in simpler way to get the values.