I am trying to think of a way to assign a value based on two other columns. See below. This site is great. Thank you in advance for your help
| Partner | Category | | Product Code |
| North | Winter | | Red |
| South | Summer | | Yellow |
| East | Summer | | Magenta |
| North | Summer | | Orange |
| South | Fall | | Violet |
| East | Fall | | White |
| North | Winter | | Red |
| West | Fall | | Purple |
| South | Summer | | Yellow |
| East | Summer | | Magenta |
| South | Spring | | Pink |
| West | Fall | | Purple |
| North | Spring | | Blue |
| | | | |
| | | | |
| If Partner=North and Category =Winter then Product Code = Red |
| If Partner=North and Category =Summer then Product Code = Orange |
| etc…... | | | |