B
BobA
This is part of a table N2137
60 $186.00 $189.00 $25.00
61 $189.00 $192.00 $26.00
62 $192.00 $195.00 $26.00
I use this formula in F12:
=IFERROR(VLOOKUP(ROUND(C14,0),N2137,3,1),"")
This is the value in C14--$189.27
This formula returns a value of $26.00, but I want it to return $25.00.
What am I doing wrong?
60 $186.00 $189.00 $25.00
61 $189.00 $192.00 $26.00
62 $192.00 $195.00 $26.00
I use this formula in F12:
=IFERROR(VLOOKUP(ROUND(C14,0),N2137,3,1),"")
This is the value in C14--$189.27
This formula returns a value of $26.00, but I want it to return $25.00.
What am I doing wrong?