Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Logical conditions... could somebody help me

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 59
Default Logical conditions... could somebody help me

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Logical conditions... could somebody help me

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Checking if 2 of 3 conditions are met... guilbj2 Excel Discussion (Misc queries) 5 June 29th 06 04:31 PM
Count using 2 conditions, one of which being a "less than or equal to" - URGENT SamGB Excel Discussion (Misc queries) 2 February 15th 06 10:35 AM
COUNT using multiple conditions SamGB Excel Discussion (Misc queries) 2 February 9th 06 10:12 PM
How do I set up multiple logical conditions on one result cell Ring eye Excel Worksheet Functions 1 January 12th 06 07:31 PM
How to multiple conditions to validate more than 2 conditions to . Bhuvana Govind Excel Worksheet Functions 1 January 28th 05 07:07 PM


All times are GMT +1. The time now is 02:40 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"