I need to tag values in several columns as:
those with "0" will be tagged as N/A
top 30% = hi
bottom 30% = lo
everything else = mid
In the sample file, i added two test columns, but the tagging will also be applied to several similar columns with the same logic, just the values will be changing.
I was thinking of using the Sample tool, but i can only see "First n% of rows". Thank you