ChelseaScooby
New Member
- Joined
- Mar 14, 2018
- Messages
- 4
Hi, MrExcel virgin here....
I have two formulas that find the data for a 1st hit, (either =VLOOKUP(A107,'Yr6 Wk1'!C5:D250,COLUMN(D:D)-COLUMN('Yr6 Wk1'!C5:D250)+1,0) OR =IF(ISNA(MATCH(A107,'Yr6 Wk1'!$C$5:$C$251,0)),"",VLOOKUP(A107,'Yr6 Wk1'!$C$5:$D$251,2,FALSE)). These both work fine, what I now need is to search if there is any additional matches, (Most of the time there will not be but I need to allow for the possibility) I can either combine all hits in the same column or add additional hits into new column it doesn't matter. probably a small tweak but can't see it atm...
Thanks in advance
I have two formulas that find the data for a 1st hit, (either =VLOOKUP(A107,'Yr6 Wk1'!C5:D250,COLUMN(D:D)-COLUMN('Yr6 Wk1'!C5:D250)+1,0) OR =IF(ISNA(MATCH(A107,'Yr6 Wk1'!$C$5:$C$251,0)),"",VLOOKUP(A107,'Yr6 Wk1'!$C$5:$D$251,2,FALSE)). These both work fine, what I now need is to search if there is any additional matches, (Most of the time there will not be but I need to allow for the possibility) I can either combine all hits in the same column or add additional hits into new column it doesn't matter. probably a small tweak but can't see it atm...
Thanks in advance