Looking for a formula that returns:
1 in F1, G1, H1, I1, J1 if the number value is between less than 10
2 if the value is between 10 and 19
3 if the value is between 20 and 29 and
4 if the value is between 30 and 39
example A1, B1,C1,D1,E1 = 2 11 13 21 30 the formula should return :
F1, G1, H1, I1, J1 = 1 2 2 3 4 respectively.
Bookmarks