how i create a interval

  • Thread starter Thread starter demetrio29
  • Start date Start date
D

demetrio29

ex.
is like this: 100<=d18<=200 or like this: 100/d18/200

i dont know how to create?
 
Do you want something like this:

=IF(AND(D18>=100,D18<=200),"in range","outside range") ?

Hope this helps.

Pete
 

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