Hi Everyone,
I need a bit of help. I have a sheet that looks up accrual rates for employees based on length of service and is supposed to come up with the right accrual rate. It doesn't. I've tried INDEX MATCH, SUMPRODUCT and Vlookup and keep falling flat.
Basically it's like this
A B C D
1 Class Years YearsEnd Rate
2 Executive 0 1 8
3 Executive 5 10 9
4 Executive 10 15 10
5 Manager 0 5 7
6 Manager 5 10 8
7 Manager 10 15 9
8 Associate 0 5 6
9 Associate 5 10 7
10 Associate 10 15 8
I'm supposed to come up with a way of finding the classification (I1) matching that with a year that if greater than or equal to the years in length of service(j1) and then getting the accrual rate in column D from that. For example if Associate (I1) and 3.5 years (j1) then k2 has the formula that gives me 6 (falls between 0 and 5 years).
Vlookup won't work because there is no way to get the greater than or equal to. I've gone back and sorted by column A to get everything in ascending order, but frankly I'm at a loss. Can anyone point me in the right direction? I've tried getting rid of the second column completely, but it's still a matter of not getting greater than or equal to. Thanks in advance.
I need a bit of help. I have a sheet that looks up accrual rates for employees based on length of service and is supposed to come up with the right accrual rate. It doesn't. I've tried INDEX MATCH, SUMPRODUCT and Vlookup and keep falling flat.
Basically it's like this
A B C D
1 Class Years YearsEnd Rate
2 Executive 0 1 8
3 Executive 5 10 9
4 Executive 10 15 10
5 Manager 0 5 7
6 Manager 5 10 8
7 Manager 10 15 9
8 Associate 0 5 6
9 Associate 5 10 7
10 Associate 10 15 8
I'm supposed to come up with a way of finding the classification (I1) matching that with a year that if greater than or equal to the years in length of service(j1) and then getting the accrual rate in column D from that. For example if Associate (I1) and 3.5 years (j1) then k2 has the formula that gives me 6 (falls between 0 and 5 years).
Vlookup won't work because there is no way to get the greater than or equal to. I've gone back and sorted by column A to get everything in ascending order, but frankly I'm at a loss. Can anyone point me in the right direction? I've tried getting rid of the second column completely, but it's still a matter of not getting greater than or equal to. Thanks in advance.