View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom Peo Sjoblom is offline
external usenet poster
 
Posts: 299
Default Working with logical functions

Remove the quotations ,"0" and use 0 instead, you made the zero into text
and text is seen as greater than any numbers


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)



"beyond22" wrote in message
...
I am Working with Excel 2003 using the IF operator where the correct result
appears but the value doesn't make sense to me. Using the following:
=IF(C9<F9,"0",C9-F9) where C9 is 600,000 and F9 is the product of
10,000,000*.07 which is 700,000 the result is correctly the number zero
(0).

The trouble is if I attempt to use that cell for additional calculations
the
value (0) is greater than any positive number. What am I missing?