Thanks. I was a bit put off by it as it’s tricky to comprehend, but your solution does work. Having done some additional searching, I don’t seem to the only one who has struggled when trying to “Switch” on “Integer Range”.
I think, however, I have found a more elegant solution by building a reusable function. (I need to do this on at least two other values)
It’s still using nested branches, which is annoying, (Oh for a SELECT CASE and BETWEEN) but it’s manageable as is.
Thank you so much for taking the trouble to reply and offer a solution.