J
James Ravenswood
For a single digit, consider using VLOOKUP(). If D1 thru E10 contain:
0 zero
1 one
2 two
3 three
4 four
5 five
6 six
7 seven
8 eight
9 nine
Then =VLOOKUP(A1,D1:E10,2,FALSE)
will return rwo if A1 contains 2
0 zero
1 one
2 two
3 three
4 four
5 five
6 six
7 seven
8 eight
9 nine
Then =VLOOKUP(A1,D1:E10,2,FALSE)
will return rwo if A1 contains 2