I have made an incentive deal with my daughter where she will earn money for her grades.
The incentives are
A+ (100) earns $1
A (99-90) earns $0.50
B+ (89-85) earns $0.15
B- (84-80) earns $0.05
NHI (Not Handed In) deduct $0.50 for each individual
I'm looking to do a lookup where I have a table with my daughter's grades column E (rows 2-30), column H (rows 2-7 has the grade range listed above, and column I (rows 2-7) has the incentive payout amount for each grade range.
In column G, I would like a formula that looks at the earned grade in column E, then checks column H to find the grade range that it falls in, and then finds the corresponding payout amount for that grade range and puts it in column G.
The word description for cell G2 would be something like: For the grade found in cell E2, find the range that it falls between in H2-H6, return the corresponding value in I2-I6. For example, if the grade in column E is a 92, the value returned in column G would be $.50.
The incentives are
A+ (100) earns $1
A (99-90) earns $0.50
B+ (89-85) earns $0.15
B- (84-80) earns $0.05
NHI (Not Handed In) deduct $0.50 for each individual
I'm looking to do a lookup where I have a table with my daughter's grades column E (rows 2-30), column H (rows 2-7 has the grade range listed above, and column I (rows 2-7) has the incentive payout amount for each grade range.
In column G, I would like a formula that looks at the earned grade in column E, then checks column H to find the grade range that it falls in, and then finds the corresponding payout amount for that grade range and puts it in column G.
The word description for cell G2 would be something like: For the grade found in cell E2, find the range that it falls between in H2-H6, return the corresponding value in I2-I6. For example, if the grade in column E is a 92, the value returned in column G would be $.50.