Thread: if function
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default if function

Jason,

Sounds like it could be a rounding error.
Try this formula
=A1=K1
If it returns false then the numbers aren't equal, increase the decimal
places to see the difference

Mike

"jason2444" wrote:

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?