Thread: if function
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 1,311
Default if function

Because your formula says "K1" and you said the cell is "B1".
Try this:

=IF(A1<=B1,"Correct","Overcharged")

HTH,
Paul

--

"jason2444" wrote in message
...
in cell A1 i have $30.83 in cell B1 i have $30.83 in cell C1 i have
=IF(A1<=K1,"Correct","Overcharged") cell c1 is returning Overcharged but
the
numbers are = anyone know what is going on here?