Hello and sorry upfront, I'm sure this has been asked and answered lots of times but I can not make this work.
Here is what I need to do:
the info on Sheet1 has a bunch of names in Column V with info behind
On Sheet 2 I need to lookup each match in Column V and return all the info for each match to the column
Sheet1
<tbody>
</tbody>
Sheet2
<tbody>
</tbody>
Not sure if this makes sense (hope so
) but can someone tell me how to do that?
Here is how I return the first row only =VLOOKUP($B$1,responses!$V:$AK,3,FALSE)
and here is what I have tried but it doesn't work and I can not figure out why not
=INDEX(responses!$V3:$AK100,SMALL(IF(responses!$V$3:V100=$B$1,ROW(responses!$V$3:$V$100)-1),COLUMNS($D2:D2)),2)
Thanks
Sabine
PS using Excel 7
Here is what I need to do:
the info on Sheet1 has a bunch of names in Column V with info behind
On Sheet 2 I need to lookup each match in Column V and return all the info for each match to the column
Sheet1
V | Z | AA | AB | |
1 | Text | Info | Note | |
2 | Brendan | Text 1 | Info 1 | Note 1 |
3 | Andy | Text 2 | Info 2 | Note 2 |
4 | Brendan | Text 3 | Info 3 | Note 3 |
<tbody>
</tbody>
Sheet2
A | B | C | D | |
1 | Brendan | |||
2 | Text | Lookup A1 & return: Text 1 | Lookup A1 & return: Text 3 | |
3 | Info | Lookup A1 & return: Info 1 | Lookup A1 & return: Info 3 | |
4 | Note | Lookup A1 & return: Note 1 | Lookup A1 & return: Note 3 |
<tbody>
</tbody>
Not sure if this makes sense (hope so
Here is how I return the first row only =VLOOKUP($B$1,responses!$V:$AK,3,FALSE)
and here is what I have tried but it doesn't work and I can not figure out why not
=INDEX(responses!$V3:$AK100,SMALL(IF(responses!$V$3:V100=$B$1,ROW(responses!$V$3:$V$100)-1),COLUMNS($D2:D2)),2)
Thanks
Sabine
PS using Excel 7
Last edited: