Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default vlookup/match 2 critera

Hello, I need to lookup a value based on two different criteria. For example:
Matrix - Starting in A1

New Contract 1 4 7 10
Sls Perf New Contract Performance
150% 20% ..... 150%
125% 10% ..... 125%
100% 5% ..... 100%
80% 0% ..... 80%

So, if an associate got 10 new contracts for the month and attained 125% of
quota, he will get 125% of this component of his incentive target.

THANK YOU!!!!
--
Texas Wannano
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default vlookup/match 2 critera

Hi,

Maybe something like:

=INDEX(A1:E6,MATCH(F1,A1:A6,0),MATCH(G1,A1:E1,0))

where F1 is the Sls Perf value and G1 is the new contract value.

HTH
Jean-Guy

"Wannano" wrote:

Hello, I need to lookup a value based on two different criteria. For example:
Matrix - Starting in A1

New Contract 1 4 7 10
Sls Perf New Contract Performance
150% 20% ..... 150%
125% 10% ..... 125%
100% 5% ..... 100%
80% 0% ..... 80%

So, if an associate got 10 new contracts for the month and attained 125% of
quota, he will get 125% of this component of his incentive target.

THANK YOU!!!!
--
Texas Wannano

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default vlookup/match 2 critera

It worked. Thanks!!!
--
Texas Wannano


"pinmaster" wrote:

Hi,

Maybe something like:

=INDEX(A1:E6,MATCH(F1,A1:A6,0),MATCH(G1,A1:E1,0))

where F1 is the Sls Perf value and G1 is the new contract value.

HTH
Jean-Guy

"Wannano" wrote:

Hello, I need to lookup a value based on two different criteria. For example:
Matrix - Starting in A1

New Contract 1 4 7 10
Sls Perf New Contract Performance
150% 20% ..... 150%
125% 10% ..... 125%
100% 5% ..... 100%
80% 0% ..... 80%

So, if an associate got 10 new contracts for the month and attained 125% of
quota, he will get 125% of this component of his incentive target.

THANK YOU!!!!
--
Texas Wannano

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
help with sumif formula with multiple critera Matt Excel Worksheet Functions 4 October 13th 07 06:56 PM
SUMPRODUCT multiple critera from different worksheets nx3 Excel Worksheet Functions 2 November 21st 06 02:47 PM
Average only with specific critera Stephen Excel Discussion (Misc queries) 8 May 19th 06 06:06 PM
Extract data based on critera from three columns Mildred Excel Discussion (Misc queries) 7 February 24th 06 09:34 PM
how do i copy rows using critera in a formula? tim_302ford Excel Worksheet Functions 1 August 19th 05 07:06 AM


All times are GMT +1. The time now is 08:28 PM.

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

About Us

"It's about Microsoft Excel"