0.9 is less then 1.
Do you really want a negative to activate the blank cell result ?
What the cell contains will determine which is the best solution.
If the cell contains a formula : =A1*B1, you could try:
=IF(A1*B1<0,"",A1*B1)
If the cell will contain only user entry, you could try either
DataValidation (Do not allow negatives), or Conditional Formatting, where
any negative entry will change the cell color to white, giving it the
appearence of "blank".
--
HTH,
RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================