NZahenaiko
New Member
- Joined
- Jul 30, 2018
- Messages
- 1
Hi everyone
I'm trying to complete a spreadsheet for our group benefits.
Our one benefit is based on a graded schedule(66.67% of the first 6000 monthly earnings, 55% of the next 3000 monthlyearnings, then 40% of the remaining earnings up to a maximum benefit of 8000per month.
I have a column showing the month earnings andI thought this would work, but it doesn’t:
IF((G2<=6000,(G2*0.6667),IF(AND(G2>6000,G2<=9000),(6000*0.6667)+(G2-6000)*0.55)))
I'm trying to complete a spreadsheet for our group benefits.
Our one benefit is based on a graded schedule(66.67% of the first 6000 monthly earnings, 55% of the next 3000 monthlyearnings, then 40% of the remaining earnings up to a maximum benefit of 8000per month.
I have a column showing the month earnings andI thought this would work, but it doesn’t:
IF((G2<=6000,(G2*0.6667),IF(AND(G2>6000,G2<=9000),(6000*0.6667)+(G2-6000)*0.55)))