Hi all,
It it possible to highlight the rows from A to J which match the numbers under column U in different colors?
So if 4200323937 appears in column I, highlight green. If 4200323083 appears highlight orange etc
Thank you
It it possible to highlight the rows from A to J which match the numbers under column U in different colors?
So if 4200323937 appears in column I, highlight green. If 4200323083 appears highlight orange etc
ProductPath2.xlsm | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | E | F | G | H | I | J | K | T | U | ||||||||||||
1 | PRODUCT | QTY | BATCH | DOCUMENT | BIN | Whs Order | HU | Purchase Orders | BinP | Purchase Orders | |||||||||||||
2 | prod1 | 2 | INN1801 | 11081589 | KDBCAT04 | 3000103980 | 111111110160356000 | 4200324186 | 18 | 4200323937 | |||||||||||||
3 | prod2 | 16 | 161544 | 11081538 | KDBCAT05 | 3000103974 | 111111110160352000 | 4200323937 | 19 | 4200323083 | |||||||||||||
4 | prod3 | 16 | 160694 | 11081589 | KDBCAT06 | 3000103980 | 111111110160356000 | 4200324186 | 20 | 4200321357 | |||||||||||||
5 | prod4 | 10 | 64589183 | 11081587 | KDB10001 | 3000103978 | 111111110160354000 | 4200319010 | 21 | 4200324404 | |||||||||||||
6 | prod5 | 12 | 64588256 | 11076762 | KDB10002 | 3000104037 | 111111110160286000 | 4200322121 | 22 | 4200324186 | |||||||||||||
7 | prod6 | 4 | 100006983 | 11087005 | KDB10002 | 3000103990 | 111111110160412000 | 4200323937 | 22 | 4200322121 | |||||||||||||
8 | prod7 | 3 | 64590450 | 11076762 | KDB10004 | 3000104037 | 111111110160286000 | 4200322121 | 24 | 4200319010 | |||||||||||||
9 | prod8 | 3 | 64590452 | 11076762 | KDB10004 | 3000104037 | 111111110160286000 | 4200322121 | 24 | 4200321793 | |||||||||||||
PRODUCTS |
Cell Formulas | ||
---|---|---|
Range | Formula | |
J2:J9 | J2 | =VLOOKUP([@BIN],BINPATH!A:B,2,0) |
Thank you