Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Create a table where you have 0 in place of X, 12 in place of Y and 20
in place of Z. All the other numbers stay as in your post. Say this table is in C1:f5 (C1 contains the word Payment as per your post). =INDEX(C2:C5,MATCH(B1,OFFSET(C2:C5,0,MATCH(A1,D1:F 1,1),,),1)) HTH Kostis Vezerides On Oct 10, 8:29 pm, OxonLad wrote: I have an incentive matrix that pays a reward based on a range of satisfaction scores. The target satisfaction score is also dependent on the number of employees of the company being measured. As an example, Payment X(<11) Y(11<19) Z(19) 500 60 63 68 1000 70 72 76 1500 80 82 84 2500 90 91 93 where x, y and Z are the number of employees and the payment is in the left hand column. So, if a company with 15 employees achieves a score of 72.5 they get 1000, a score of 82.5 earns 1500 and so on I have a cell containing number of employees (say A1) and the score (say B1) with the payment header in, say, C1 and the rows/columns running from this. At the moment I have a very long nested If statement that tests the numbers of employees and then the survery score - there must be an easier way to establish the intersection point and hence the payment but I can't see it. Anybody help? I'd rather not VBA it Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Validation and a Long List. An Easier Way? | Excel Discussion (Misc queries) | |||
IF statement too long, need another way | Excel Worksheet Functions | |||
very long statement | Excel Discussion (Misc queries) | |||
IF statement too long | Excel Discussion (Misc queries) | |||
Long IF Statement | Excel Discussion (Misc queries) |