Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
One way: =LOOKUP(H19,{0,15,17,18,26},{0,35,36,37,0}) HTH Jean-Guy "jimmy" wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Jean-Guy,
It worked. You have help me a lot. Thank you again "pinmaster" wrote: Hi, One way: =LOOKUP(H19,{0,15,17,18,26},{0,35,36,37,0}) HTH Jean-Guy "jimmy" wrote: 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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome....glad I could help and thanks for the feedback!
Regards! Jean-Guy "jimmy" wrote: Hi Jean-Guy, It worked. You have help me a lot. Thank you again "pinmaster" wrote: Hi, One way: =LOOKUP(H19,{0,15,17,18,26},{0,35,36,37,0}) HTH Jean-Guy "jimmy" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checking if 2 of 3 conditions are met... | Excel Discussion (Misc queries) | |||
Count using 2 conditions, one of which being a "less than or equal to" - URGENT | Excel Discussion (Misc queries) | |||
COUNT using multiple conditions | Excel Discussion (Misc queries) | |||
How do I set up multiple logical conditions on one result cell | Excel Worksheet Functions | |||
How to multiple conditions to validate more than 2 conditions to . | Excel Worksheet Functions |