Hey All,
I'm trying to make something to help my team.
I'm using a vlookup function and it's working great like it always does BUT some values I use to lookup have multiple results (i.e. 2 or 3.) 90% of my values are unique.
I'm looking for a way to either have a VBA button that says "Next" and displays the next result the lookup can find, or have multiple results from the same data (i.e. Possible option 1, possible option 2, possible option 3.)
[TABLE="width: 392"]
<tbody>[TR]
[TD][/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]8821.90 - This is my value I'm using to search[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Name:[/TD]
[TD]XXX (=VLOOKUP(B2,USDREP!A:T,2,FALSE)[/TD]
[/TR]
[TR]
[TD]Type[/TD]
[TD]XXX (=VLOOKUP(B2,USDREP!A:T,3,FALSE)[/TD]
[/TR]
[TR]
[TD]Access[/TD]
[TD]Online-only(=VLOOKUP(B2,USDREP!A:T,8,FALSE)[/TD]
[/TR]
[TR]
[TD]Price Code[/TD]
[TD]INSTIT (=VLOOKUP(B2,USDREP!A:T,13,FALSE))[/TD]
[/TR]
[TR]
[TD]Item Number[/TD]
[TD]XXX (=VLOOKUP(B2,USDREP!A:T,14,FALSE)[/TD]
[/TR]
</tbody>[/TABLE]
Can anybody suggest a way to have multiple lookups? To confirm, Value 8821.90 may have 2 seperate unrelated results, XXX & YYY.
Thanks for your help,
Rashie.
I'm trying to make something to help my team.
I'm using a vlookup function and it's working great like it always does BUT some values I use to lookup have multiple results (i.e. 2 or 3.) 90% of my values are unique.
I'm looking for a way to either have a VBA button that says "Next" and displays the next result the lookup can find, or have multiple results from the same data (i.e. Possible option 1, possible option 2, possible option 3.)
[TABLE="width: 392"]
<tbody>[TR]
[TD][/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]8821.90 - This is my value I'm using to search[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Name:[/TD]
[TD]XXX (=VLOOKUP(B2,USDREP!A:T,2,FALSE)[/TD]
[/TR]
[TR]
[TD]Type[/TD]
[TD]XXX (=VLOOKUP(B2,USDREP!A:T,3,FALSE)[/TD]
[/TR]
[TR]
[TD]Access[/TD]
[TD]Online-only(=VLOOKUP(B2,USDREP!A:T,8,FALSE)[/TD]
[/TR]
[TR]
[TD]Price Code[/TD]
[TD]INSTIT (=VLOOKUP(B2,USDREP!A:T,13,FALSE))[/TD]
[/TR]
[TR]
[TD]Item Number[/TD]
[TD]XXX (=VLOOKUP(B2,USDREP!A:T,14,FALSE)[/TD]
[/TR]
</tbody>[/TABLE]
Can anybody suggest a way to have multiple lookups? To confirm, Value 8821.90 may have 2 seperate unrelated results, XXX & YYY.
Thanks for your help,
Rashie.