Hi all,
that's my first post here, so hello everyone!
I'm trying to find a way of ignoring results from vlookup if that result maching any of the values from selected range.
Example of source data:
Question:
Now i have list of 3 items with same SKU (BK093553, BK093553, BK093553) but ID's are not assigned and I'm trying to find unique ID for all of them. How to do that? By using Vlookup I'll always receive first corresponding ID from the list.
If you need more explanation, don't hesitate to ask.
Regards,
Yorlasty
that's my first post here, so hello everyone!
I'm trying to find a way of ignoring results from vlookup if that result maching any of the values from selected range.
Example of source data:
Code:
<table x:str="" style="border-collapse: collapse; width: 138pt;" border="0" cellpadding="0" cellspacing="0" width="184"><col style="width: 69pt;" width="92"> <col style="width: 69pt;" width="92"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl24" style="height: 12.75pt; width: 69pt;" height="17" width="92">
<table x:str="" style="border-collapse: collapse; width: 138pt;" border="0" cellpadding="0" cellspacing="0" width="184"><col style="width: 69pt;" width="92"> <col style="width: 69pt;" width="92"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl25" style="height: 12.75pt; width: 69pt;" height="17" width="92">SKU</td> <td style="width: 69pt;" width="92">ID</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl24" style="height: 12.75pt;" height="17">BK093553</td> <td class="xl26" style="border-left: medium none;" x:num="140547106207">140547106207</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl24" style="height: 12.75pt; border-top: medium none;" height="17">BK093553</td> <td class="xl26" style="border-top: medium none; border-left: medium none;" x:num="120720835584">120720835584</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl24" style="height: 12.75pt; border-top: medium none;" height="17">BK093553</td> <td class="xl26" style="border-top: medium none; border-left: medium none;" x:num="120720835584">120720835584</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl24" style="height: 12.75pt; border-top: medium none;" height="17">BK093553</td> <td class="xl26" style="border-top: medium none; border-left: medium none;" x:num="120741052463">120741052463</td> </tr> </tbody></table></td> <td class="xl25" style="border-left: medium none; width: 69pt;" x:num="140547106207" width="92">
</td> </tr> </tbody></table>
Now i have list of 3 items with same SKU (BK093553, BK093553, BK093553) but ID's are not assigned and I'm trying to find unique ID for all of them. How to do that? By using Vlookup I'll always receive first corresponding ID from the list.
If you need more explanation, don't hesitate to ask.
Regards,
Yorlasty