Hi,
I have a string variable "topincome" such as:
Each string "1", "2", "3" and "4" represents a numeric range, say, 0-5, 6-10, 11-15, and 16-20. How do I replace this string variable with their associated numeric range?
Thanks!
I have a string variable "topincome" such as:
| topincome |
| 1 |
| 3 |
| 2 |
| 4 |
Thanks!

Comment