Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default finding a value with more than one criteria

Hi

I need to find a value in column E but it has to meet 2 different
criteria

the value in column A and column C must match before

so if this is wat it looks like

A B C D E
1 X TR X 3.1
2 X TR X 3.1
1 X TL X 3.1

I need to find 3.1 only when Column A is 1 and Column C is TR

Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default finding a value with more than one criteria

=INDEX(E1:E10,MATCH(,(A1:A10=1)*(C1:C10="TR"),0))

entered with ctrl + shift & enter


--


Regards,


Peo Sjoblom





wrote in message
...
Hi

I need to find a value in column E but it has to meet 2 different
criteria

the value in column A and column C must match before

so if this is wat it looks like

A B C D E
1 X TR X 3.1
2 X TR X 3.1
1 X TL X 3.1

I need to find 3.1 only when Column A is 1 and Column C is TR

Thanks in advance



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default finding a value with more than one criteria

Typo alert:

=INDEX(E1:E10,MATCH(1,(A1:A10=1)*(C1:C10="TR"),0))

I added the 1 in match(1,...





Peo Sjoblom wrote:

=INDEX(E1:E10,MATCH(,(A1:A10=1)*(C1:C10="TR"),0))

entered with ctrl + shift & enter

--

Regards,

Peo Sjoblom

wrote in message
...
Hi

I need to find a value in column E but it has to meet 2 different
criteria

the value in column A and column C must match before

so if this is wat it looks like

A B C D E
1 X TR X 3.1
2 X TR X 3.1
1 X TL X 3.1

I need to find 3.1 only when Column A is 1 and Column C is TR

Thanks in advance


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default finding a value with more than one criteria

On Oct 9, 9:34*pm, Dave Peterson wrote:
Typo alert:

=INDEX(E1:E10,MATCH(1,(A1:A10=1)*(C1:C10="TR"),0))

I added the 1 in match(1,...





Peo Sjoblom wrote:

=INDEX(E1:E10,MATCH(,(A1:A10=1)*(C1:C10="TR"),0))


entered with ctrl + shift & enter


--


Regards,


Peo Sjoblom


wrote in message
....
Hi


I need to find a value in column E but it has to meet 2 different
criteria


the value in column A and column C must match before


so if this is wat it looks like


A * B * *C * D * *E
1 * *X * TR * X * 3.1
2 * *X * TR * X * 3.1
1 * *X * TL * X * *3.1


I need to find 3.1 only when Column A is 1 and Column C is TR


Thanks in advance


--

Dave Peterson- Hide quoted text -

- Show quoted text -


Thanks for the Help Peo and Dave... the formula worked perfectly...

Thanks again
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
Finding criteria within a range Rachel Excel Discussion (Misc queries) 3 June 8th 08 07:50 AM
Finding Average with Criteria Mike R. Excel Worksheet Functions 4 September 17th 07 06:50 AM
finding data with multiple criteria carstowal Excel Discussion (Misc queries) 2 August 14th 06 03:41 PM
finding an entry from two criteria. garyablett Excel Worksheet Functions 5 May 10th 06 12:16 AM
Finding One Value, Matching Three Criteria cattle mgr Excel Discussion (Misc queries) 2 August 29th 05 08:32 PM


All times are GMT +1. The time now is 12:39 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"