Please help! I need to populate a field in a statewide feature class (over 25 million records) based on four fields within the feature class. I'd like to be able to have it populate it using ModelBuilder or something since there are over 8,000 combinations of the 4 fields but I'm no coder. Here's what I'm essentially looking for:
If field1=a and field2=b and field3=c and field4=d, populate field5=e
Here's an example of the combinations from excel:
| field1 | field2 | field3 | field4 | field5 |
| Well drained | A | Bare Land | Forest | 36 |
| Well drained | A | Bare Land | Recreation | 39 |