View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default how i create a interval

If you are trying to define a condition, try =AND(D18=100,D18<=200)
--
David Biddulph

"demetrio29" wrote in message
...
ex.
is like this: 100<=d18<=200 or like this: 100/d18/200

i dont know how to create?