A Vlook up question

thinker_t20

New Member
Joined
Apr 17, 2011
Messages
8
I have to use the data called authorised codes to look up batch ids in another worksheet, the list is huge, but the authorised codes are not unique and often repeat for other transactions, when i use vlook up it takes the first value for the codes which repeat more than once,and i need to manually go through the whole list of data to match again, is there any alternate formulas out there which will help me?Thanks:)
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Vlookup only retrieves the first matched instance. I have also faced similar challenges in the past. The possible workaround is to concatenate values in two or more columns till the time the concatenated string becomes unique. This process is to be done both for the list from where the look up is performed and in the table from where the values are to be retrieved. A caveat here is in order -- this concatenated string needs to be the first column of the table.
 
Upvote 0
I have to use the data called authorised codes to look up batch ids in another worksheet, the list is huge, but the authorised codes are not unique and often repeat for other transactions, when i use vlook up it takes the first value for the codes which repeat more than once,and i need to manually go through the whole list of data to match again, is there any alternate formulas out there which will help me?Thanks:)
See if this helps:
http://www.mrexcel.com/forum/showthread.php?p=1511354#post1511354
 
Upvote 0

Forum statistics

Threads
1,224,618
Messages
6,179,916
Members
452,949
Latest member
beartooth91

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top