Hello,
I was trying to use VLOOKUP functions to find the approximate value in one column but when I use it it gives me the unwanted value text, see the following picture to see the situation:

In the situation in this picture, it should gives me Fourteenth and not Fifteenth.
Also, see the situation:

in the situation in this picture it should gives me the value text of Seventeenth and not Fourteenth.
It seems it always gives me the value that is located above the approximate value.
Is there any solution for this problem?
The formula that I used in C5 is: =VLOOKUP(C1,A1:A5,1,TRUE)