Hello,
I have a somewhat complex lookup to perform in a set of BOMs that will provide a single result. I've tried several different operations, but I run into a question about validating a return against a list of PN. I've attached a sample of the problem to this post for reference.
The goal is to search the Parent (lookups sheet) and return the Laminate PN from the (lam PN sheet).
I need to process this by using an intermediary sheet (BOM).
Order of operations:
1) Search Parent value from (lookups sheet - column A) in the Parent value (BOM - column A) which will return an array since there are multiple occurrences of the Parent value.
2) Search the returned array for any Component values (BOM - column C) that start with "09901" which can either return a single value or an array.
3) Search the Component value returns from (BOM - column C) to (lam PN - Column A)
4) Return the single value that is active in (lam PN -column A) into Component (lookups - column E)
I've color coated the values to make it a little easier to follow.
Thank you for the help,
Mike
I have a somewhat complex lookup to perform in a set of BOMs that will provide a single result. I've tried several different operations, but I run into a question about validating a return against a list of PN. I've attached a sample of the problem to this post for reference.
The goal is to search the Parent (lookups sheet) and return the Laminate PN from the (lam PN sheet).
I need to process this by using an intermediary sheet (BOM).
Order of operations:
1) Search Parent value from (lookups sheet - column A) in the Parent value (BOM - column A) which will return an array since there are multiple occurrences of the Parent value.
2) Search the returned array for any Component values (BOM - column C) that start with "09901" which can either return a single value or an array.
3) Search the Component value returns from (BOM - column C) to (lam PN - Column A)
4) Return the single value that is active in (lam PN -column A) into Component (lookups - column E)
I've color coated the values to make it a little easier to follow.
Thank you for the help,
Mike