I'd like to know ho I can compute a count of the same names or codes between different fields.
For example, I have 4 fields each with different region names.
I'd like to have a field counting all equal occurrences comparing all fields.
If f1="X",f2="X",f 3="X",f4="X"
then CountField = 4
For example, I have 4 fields each with different region names.
I'd like to have a field counting all equal occurrences comparing all fields.
If f1="X",f2="X",f 3="X",f4="X"
then CountField = 4
Comment