My brain is out of ideas so was hoping someone else had a thought or could nudge me in the right direction.
Here is what will happen:
1. Data is dumped from a database and will be put in the Data Worksheet (columns A-D).
2. Column D from the Data worksheet will be copied and paste into the Reference/Entry Worksheet in column A.
3. In the Data Worksheet column E, F, G, and H have a formula. Theses are the different versions of what can be entered in the Reference/Entry Worksheet (column D-G is the entry, column C is the final result of all) by the user. (col A, col A and B, col A, B, and C, col B, col B and C, etc...) There are more combo's then I what I have in the example.
4. In the Reference/Entry Worksheet the user will enter in column D, E, F, and or G. Each line will be different. Column C is a formula that will concatenate what they have entered. This column should match one of the cells in the Data Worksheet in column E,F,G, or H.
5. I want to make sure that what the user enters can account for all items in column A on the Reference/Entry Worksheet. So I want to take the value in the Reference/Entry Worksheet from column A and find the row it is on in the Data sheet and then see if the values for that row from column E,F,G or H are found in the Reference/Entry Worksheet in column C. If the value is found then say added, if not then say needed.
6. Just think of Reference/Entry Worksheet as two different sections. A reference section (column A-B) and an entry section (column C-G).
Data Worksheet
A B C D E F G H
104 20 21 CR10600S 104 10420 1042021 1042021DUS
104 20 21 CR10600SX 104 10420 1042021 1042021DUS
104 20 21 CR10603S 104 10420 1042021 1042021DUS
104 20 21 CR10603SX 104 10420 1042021 1042021DUS
104 20 22 CR49605S 104 10420 1042022 1042022HKZ
104 20 22 CR49605SX 104 10420 1042022 1042022HKZ
104 20 23 CR39601P 104 10420 1042023 1042023SPR
Reference/Entry Worksheet
"....In Pricing Sheet" is where I am looking to put needed or added or something like it.
A B C D E F G
STYLE …IN PRICING SHEET Concat DEPT MCL SCL STYLE
CR10600S Added 1042021 104 20 21
CR10600SX Added 1042022 104 20 22
CR10603S Added
CR10603SX Added
CR49605S Added
CR49605SX Added
CR39601P Needed
Any ideas on how to do this in formulas and without code? I have tried and looked into index, match, dget and lookup. I just don't think I am finding the right combination of formulas. Any nudge or thoughts would be helpful. Thanks in advance!!!!!!
Here is what will happen:
1. Data is dumped from a database and will be put in the Data Worksheet (columns A-D).
2. Column D from the Data worksheet will be copied and paste into the Reference/Entry Worksheet in column A.
3. In the Data Worksheet column E, F, G, and H have a formula. Theses are the different versions of what can be entered in the Reference/Entry Worksheet (column D-G is the entry, column C is the final result of all) by the user. (col A, col A and B, col A, B, and C, col B, col B and C, etc...) There are more combo's then I what I have in the example.
4. In the Reference/Entry Worksheet the user will enter in column D, E, F, and or G. Each line will be different. Column C is a formula that will concatenate what they have entered. This column should match one of the cells in the Data Worksheet in column E,F,G, or H.
5. I want to make sure that what the user enters can account for all items in column A on the Reference/Entry Worksheet. So I want to take the value in the Reference/Entry Worksheet from column A and find the row it is on in the Data sheet and then see if the values for that row from column E,F,G or H are found in the Reference/Entry Worksheet in column C. If the value is found then say added, if not then say needed.
6. Just think of Reference/Entry Worksheet as two different sections. A reference section (column A-B) and an entry section (column C-G).
Data Worksheet
A B C D E F G H
104 20 21 CR10600S 104 10420 1042021 1042021DUS
104 20 21 CR10600SX 104 10420 1042021 1042021DUS
104 20 21 CR10603S 104 10420 1042021 1042021DUS
104 20 21 CR10603SX 104 10420 1042021 1042021DUS
104 20 22 CR49605S 104 10420 1042022 1042022HKZ
104 20 22 CR49605SX 104 10420 1042022 1042022HKZ
104 20 23 CR39601P 104 10420 1042023 1042023SPR
Reference/Entry Worksheet
"....In Pricing Sheet" is where I am looking to put needed or added or something like it.
A B C D E F G
STYLE …IN PRICING SHEET Concat DEPT MCL SCL STYLE
CR10600S Added 1042021 104 20 21
CR10600SX Added 1042022 104 20 22
CR10603S Added
CR10603SX Added
CR49605S Added
CR49605SX Added
CR39601P Needed
Any ideas on how to do this in formulas and without code? I have tried and looked into index, match, dget and lookup. I just don't think I am finding the right combination of formulas. Any nudge or thoughts would be helpful. Thanks in advance!!!!!!