Hello,
I have a table with a field containing values ranging from 1 - 100. I want to assign a value of high, medium, and low based on the following:
less than or equal to 43 = low
44 - 73 = medium
74-100 = high
Can someone tell me the code block to write in the field calculator?