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.
 
Also, consider the possibility that C2 contains a formula that might return
a blank.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

IF Statement Problem 4
Create a loop 4
Formula Question 2
Delete amounts 3
how to count this in this unusual situation 2
Leave Blank If No Data 6
IF OR Formula 4
Date and amount of last payment 3

Back
Top