• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

find location of inventory based on data input

casey hargis

New Member
I have an inventory of Vehicles containing data such as: vin, Location, Arrival date and time.
A = Vins B= Locations C=Blank D= Blank E=List of vins for input(match to A) F= Locations to pull from B

I would like to be able to input a column of Vin numbers, have those vins matched to the original column of vins and pull the locations of the vins into an adjacent column.

What is the best way to go about this? I'd like to be able to use this daily to quickly pull lists together of vins.

Thanks
 
Hi @rahulshewale1,

It seems the data deletes itself and does not alway return location with the way that is formatted.

Unfortunately, that formula does not seem to be working for me.
the number of input vins could be 1-9999999 just depends on how many I need to find. I'd like it to place the location next to the correct vin.

thanks
 
Last edited:
Power Query might be the best environment to support the import of fresh data and extraction of a sub-list. It seems that any lookup [join] in PQ will be associated with a sort to make it efficient, so you might need to insert an index column, perform the join, re-sort by index, delete the index, close and load.
 
Back
Top