Yes or No Value if Dollar amount between two numbers

J

Jerry B Smith

I want a field to report a yes or no value if a dollar amount from another
field is between two numbers. For example, if the value is greater than 100
but less than 200, I want it to say "Yes". If outside these numbers, I want
it to say "No". Any suggestions?
 
J

John

Hi Jerry
Try this :
=IF(AND(J17>=100,J17<=200),"yes","NO") change range to your needs
HTH
John
 

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

Top