I am working on a Google Sheet in which I am classifying a "product" with an id number and I want to pull out data from another sheet that contains 2 things:
- confirmation of the id
- type of product id
Currently the spreadsheet looks like this. I want to find 'A2' to confirm the id in a different spreadsheet and once it finds 'A2', I want to extract the type of product id that its in a different spreadsheet that looks like this. The type of id its in the column "Job slots" and in this case specifically the value would be "Reapertura" at BJ26.
How can I do that with a formula instead of doing that manually?