Hello,
Normally if we have a table such as
<= 5 A
>5 B
>10 C
So if I have a number 6, it will give me B.
We all can use Vlookup for this range thing.
However, if I have an IF formula like below, I can not translate it into a Vlookup one:
=IF(A1>10, (A1-5)/200...