Hello Everyone,
After going through bunch of different solutions on community I decided to post here as I didn't find the right solution for my task.
I have one file into which I need to assign 'City' values from below table by matching its values from the below table. The values which starts with '<>' indicates not equal to. If all the values of a row matches from the below table then respective 'City' values should be assigned.
| City | Product Code | Zip Code | Distribution Code | Production Facility Code |
| New York | | 85420 | Y75125 | IBT 525 |
| Dallas | 58645 | 85421 | Y75126 | BCT7653 |
| San Antonio | 58646 | <> 85422 | <> Y75127 | HJP526 HYTG |
| Austin | 58647 | <> 85423 | Y75128 | <> HFG2653 YTF |
| Los Angeles | 58648 | <> 85424 | <> Y75129 | <> DGE878 TYRD |
| San Fransisco | 58649 | 85425 | Y75130 | JGF15161 |
| Sacramento | 58650 | 85426 | <> Y75131 | IRKDB5987 JFH |
| Seattle | 58651 | <> 85427 | Y75132 | DSJAF6546 |
| Chicago | 58652 | 85428 | Y75133 | <> SHVAJ546 |
| Kansas City | 58653 | <> 85429 | Y75134 | SDAHA25454 |
| Orlando | 58654 | 85430 | Y75135 | <> FGDS2154 HFGH |
| Miami | <> 58655 | 85431 | Y75136 | DADFE215 4545 |
| Memphis | 58656 | 85432 | Y75137 | FDSG2154 SD |
| Oklahoma City | <> 58657 | 85433 | Y75138 | BFDGH214 |
| Houston | 58658 | <> 85434 | <> Y75139 | GHJGA546 |
| Denver | 58659 | 85435 | Y75140 | FBDSA154 |
I am not sure how can i tackle it more efficiently other than creating different sets of rules and making complex workflow. I have attached the sample file with File 1 sheet contains data in which I need to add city based on conditions provided in File 2 sheet. Thanks in advance.