Hello! Im trying to sort data in my workbook from across multiple worksheets into a single workbook
These are the sheets I am pulling data from (Plus an additional 50 or so)
This is the result im hoping to get (or something similar) Using a drop down menu to select the fruit, and any worksheet that mentions that fruit gives me the associated number date and active ingredient.
Any help would be greatly apprieciated!
P Helper(1479).xlsx | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | |||
1 | Number: 355 | Name: | ||||||||||||
2 | F | P | C | MC | MU | MJ | MC2 | MK | MA | ME | DATE | AI | ||
3 | Grape | Free | 0.1 | 0.8 | 1.1 | 0.12 | 4.5 | 0 | 0 | Jan-30-21 | Good | |||
4 | Grape | Free | 0.1 | 0.8 | 1.1 | 0.12 | 4.5 | 0 | 0 | Jan-30-21 | Good | |||
5 | Mango | Free | 0.9 | 2.1 | 6.5 | 9.1 | 8.7 | 5.5 | 0.3 | Jan-30-21 | Poor | |||
6 | Lemon | Free | 0.55 | 2.9 | 9.9 | 5.6 | 1.9 | 8.9 | 0.3 | Jan-30-21 | Okay | |||
7 | Orange | Final | 0.2 | 8.2 | 4.2 | 0.1 | 2.3 | 5.5 | 2.2 | Jan-19-21 | Fine | |||
8 | Grape | Free | 0.1 | 0.8 | 1.1 | 0.12 | 4.5 | 0 | 0 | Feb-22-21 | Good | |||
9 | Lemon | Free | 0.55 | 2.9 | 9.9 | 5.6 | 1.9 | 8.9 | 0.3 | Feb-22-21 | Okay | |||
10 | Lime | Final | 0.23 | 9.1 | 9.1 | 7.14 | 5.1 | 5.1 | 8.9 | Mar-20-21 | Poor | |||
11 | Apple | Final | 0.01 | 0.2 | 0.1 | 0.1 | 0.05 | 0.05 | 0.1 | Mar-20-21 | Great | |||
355 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C3:C11 | C3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,2,FALSE),"") |
D3:D11 | D3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,4,FALSE),"") |
E3:E11 | E3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,5,FALSE),"") |
F3:F11 | F3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,6,FALSE),"") |
G3:G11 | G3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,7,FALSE),"") |
H3:H11 | H3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,8,FALSE),"") |
I3:I11 | I3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,9,FALSE),"") |
J3:J11 | J3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,10,FALSE),"") |
L3:L11 | L3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,3,FALSE),"") |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
H4:J167 | Cell Value | between 0 and 0.05 | text | NO |
G4:G167 | Cell Value | between 0 and 0.05 | text | NO |
F4:F167 | Cell Value | between 0 and 0.05 | text | NO |
E4:E167 | Cell Value | between 0 and 0.05 | text | NO |
D4:D167 | Cell Value | between 0 and 0.05 | text | NO |
B4:B167 | Cell Value | ending with "*" | text | NO |
B4:B167 | Cell Value | ending with "'" | text | NO |
B4:B167 | Cell Value | ending with "," | text | NO |
B4:B167 | Cell Value | ending with "." | text | NO |
D3:J3 | Cell Value | between 0 and 0.05 | text | NO |
B3 | Cell Value | ending with "*" | text | NO |
B3 | Cell Value | ending with "'" | text | NO |
B3 | Cell Value | ending with "," | text | NO |
B3 | Cell Value | ending with "." | text | NO |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
B3:B11 | List | =Data!$B$2:$B$20 |
P Helper(1479).xlsx | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | |||
1 | Number: 407 | Name: | ||||||||||||
2 | F | P | C | MC | MU | MJ | MC | MK | MA | ME | DATE | AI | ||
3 | Grape | Free | 0.1 | 0.8 | 1.1 | 0.12 | 4.5 | 0 | 0 | Jan-30-21 | Good | |||
4 | Grape | Free | 0.1 | 0.8 | 1.1 | 0.12 | 4.5 | 0 | 0 | Jan-30-21 | Good | |||
5 | Mango | Free | 0.9 | 2.1 | 6.5 | 9.1 | 8.7 | 5.5 | 0.3 | Jan-30-21 | Poor | |||
6 | Lemon | Free | 0.55 | 2.9 | 9.9 | 5.6 | 1.9 | 8.9 | 0.3 | Jan-30-21 | Okay | |||
7 | Lime | Final | 0.23 | 9.1 | 9.1 | 7.14 | 5.1 | 5.1 | 8.9 | Jan-19-21 | Poor | |||
8 | Strawberry | Final | 0.1 | 3.1 | 7.5 | 6.5 | 2.3 | 2.9 | 5.1 | Feb-22-21 | Poor | |||
9 | Tomato | Free | 1.5 | 3.2 | 7.3 | 4.5 | 7.4 | 2.3 | 3.2 | Feb-22-21 | Poor | |||
10 | Lime | Final | 0.23 | 9.1 | 9.1 | 7.14 | 5.1 | 5.1 | 8.9 | Mar-20-21 | Poor | |||
11 | Apple | Final | 0.01 | 0.2 | 0.1 | 0.1 | 0.05 | 0.05 | 0.1 | Jan-21-21 | Great | |||
12 | Apple | Final | 0.01 | 0.2 | 0.1 | 0.1 | 0.05 | 0.05 | 0.1 | Jan-15-21 | Great | |||
407 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C3:C12 | C3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,2,FALSE),"") |
D3:D12 | D3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,4,FALSE),"") |
E3:E12 | E3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,5,FALSE),"") |
F3:F12 | F3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,6,FALSE),"") |
G3:G12 | G3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,7,FALSE),"") |
H3:H12 | H3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,8,FALSE),"") |
I3:I12 | I3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,9,FALSE),"") |
J3:J12 | J3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,10,FALSE),"") |
L3:L12 | L3 | =IFERROR(VLOOKUP(B3,Data!B$2:M$13,3,FALSE),"") |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
H4:J10 | Cell Value | between 0 and 0.05 | text | NO |
G4:G10 | Cell Value | between 0 and 0.05 | text | NO |
F4:F10 | Cell Value | between 0 and 0.05 | text | NO |
E4:E10 | Cell Value | between 0 and 0.05 | text | NO |
D4:D10 | Cell Value | between 0 and 0.05 | text | NO |
B4:B10 | Cell Value | ending with "*" | text | NO |
B4:B10 | Cell Value | ending with "'" | text | NO |
B4:B10 | Cell Value | ending with "," | text | NO |
B4:B10 | Cell Value | ending with "." | text | NO |
D3:J3 | Cell Value | between 0 and 0.05 | text | NO |
B3 | Cell Value | ending with "*" | text | NO |
B3 | Cell Value | ending with "'" | text | NO |
B3 | Cell Value | ending with "," | text | NO |
B3 | Cell Value | ending with "." | text | NO |
H11:J167 | Cell Value | between 0 and 0.05 | text | NO |
G11:G167 | Cell Value | between 0 and 0.05 | text | NO |
F11:F167 | Cell Value | between 0 and 0.05 | text | NO |
E11:E167 | Cell Value | between 0 and 0.05 | text | NO |
D11:D167 | Cell Value | between 0 and 0.05 | text | NO |
B11:B167 | Cell Value | ending with "*" | text | NO |
B11:B167 | Cell Value | ending with "'" | text | NO |
B11:B167 | Cell Value | ending with "," | text | NO |
B11:B167 | Cell Value | ending with "." | text | NO |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
B3:B12 | List | =Data!$B$2:$B$20 |
These are the sheets I am pulling data from (Plus an additional 50 or so)
P Helper(1479).xlsx | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | Apple | |||||||||
2 | ||||||||||
3 | ||||||||||
4 | Grower | Date Used | Active Ingredient | Status | ||||||
5 | 355 | Mar-20-21 | Great | Final | ||||||
6 | 407 | Jan-21-21 | Great | Final | ||||||
7 | 407 | Jan-15-21 | Great | Final | ||||||
8 | 405 | Mar-20-21 | Great | Final | ||||||
Desired Result |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C5 | C5 | =VLOOKUP(A$1,'355'!B$3:L$11,10,FALSE) |
E5 | E5 | =VLOOKUP(A$1,'355'!B$3:L$11,11,FALSE) |
G5 | G5 | =VLOOKUP(A$1,'355'!B$3:L$11,2,FALSE) |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
A1:C2 | List | =Data!$B$2:$B$13 |
This is the result im hoping to get (or something similar) Using a drop down menu to select the fruit, and any worksheet that mentions that fruit gives me the associated number date and active ingredient.
Any help would be greatly apprieciated!