After some initial research, I was unable to find a solution for the following issue. I'm sure there's an answer to this question already floating around here somewhere, but hopefully someone can give me a more personalized answer for my particular situation.
I am using ArcMap 10.3
I would like to have a String field that automatically generates a category name based off of an Integer field range.
Basically: If the Integer is between 0-500, the String would generate "Red" for the category field.
There are 5 different Categories to choose from within my Integer data.
To my understanding, this would need to happen via the Field Calculator, using a code block and Python.
So,
Can I generate a String result in Field1 based on a designated Integer range in Field2?
If so, How?
