cell B will automatically show a text depending on the text on column A
for ex:
1 = fruits
2 = vegetables
3 = flower
but my problem is my items are like
1.20 apple
1.31 orange
2.3 pumpkin
3.4 flower
I tried to use the formula trim and use =INDEX($C$2:$C$11;MATCH(B16;$B$2:$B$11;1))
but the table cant be read maybe bec of the trim formula
Bookmarks