View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
jimmy jimmy is offline
external usenet poster
 
Posts: 59
Default Logical conditions... could somebody help me

I need to create a formula based in several criterias... i´m trying it with
logical functions but i cannot do it:

the theorethical condition is:
if cell H19 is <15 and 25 the value must be 0,
but if it is =15 and =<16 the value must be 35
if it is =17 the value must be 36
and if it is =18 and <=25 the value must be 37


Tanks for your help