If Amount Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there

I need a formula if column C2 has an amount 600 or above return a result of 1
If there's no number leave it blank or if the number is below 600 leave it
blank as well

Thanks!
 
Do you need the ISNUMBER test, Biff? Can it be >=600 without there being a
number in the cell?
 
I've now realised that a cell with text representing a number greater than
or equal to 600 will satisfy the >=test, but not the ISNUMBER test. So your
formula draws that distinction.
 
Back
Top