Hi All,
i have a column with numbers between 0-85 and i need to create a column with specified text depenting on numbers in range, and if it's posible to put it in macro to work

Example:

from 0 to 9 text1
from 10 to 14 text2
from 15 to 24 text3
from 25 to 34 text4
from 35 to 39 text5
from 40 to 44 text6
from 45 to 54 text7
from 55 to 64 text8
from 65 to 74 text9
from 75 to 84 text10
from 85 to infinity text11


Thank you!