Hello!
I am sure that I am over complicating how to do this in my head but...
I have a .dbf table in ArcPro where I would like to create a new field that contains values from a different field, but values subset based on conditions in two other fields (see the attached photo).
Specifically, I would like to fill the field "FWOA_Value" with values from the field "Value" when the field "Name" is X and the field "Percentage" is Y.
I have tried this with an if else statement but I am not sure now to set this condition in "return".
Any pointers would be greatly appreciated!