Hello all,
I have had an issues simply adding characters based on conditions. The purpose is to sort in an external visual tool. Example below.
| Variable Rage |
| Extremely Low (Below 0.54) |
| Low (0.54 to 1.35) |
| Below Average (1.35 to 3.35) |
| Average (3.35 to 8.4) |
| Above Average (8.4 to 21) |
| High (21 to 53) |
| Extremely High (Above 53) |
I am trying to get to what is below and running into issues with the formula especially when trying to isolate "Low" for example. Also, I have many other variations of the actually numbers in parentheses so I have to rely on the text ranges in order to replace because those are constant throughout.
| Variable Rage |
| 1. Extremely Low (Below 0.54) |
| 2. Low (0.54 to 1.35) |
| 3. Below Average (1.35 to 3.35) |
| 4. Average (3.35 to 8.4) |
| 5. Above Average (8.4 to 21) |
| 6. High (21 to 53) |
| 7. Extremely High (Above 53) |
Can someone assist with the formula??
Best