IF THEN

  • Thread starter Thread starter LB
  • Start date Start date
L

LB

I'm trying to write an IF then to to test if a cell value is greater than
every value in another range of data (in a column). I tried
=if(A1>Range(A2:A30),1,0) and I also tried =if(A1>A2:A30,1,0) for simple
returns of 1 or 0. No luck. Does anyone have a suggestion?
 

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

Back
Top