K
KristiM
I am trying to create a formula that will create the following: Column C
Date of birth mm/dd/yyyy, Column D (elected percentage) Column E
Compensation, Column G Emp contribution . The match 100% of 1st 3% and 50% of
next 2% No match over 4%. If the Column D (elected percentage) is less than
3% calculate at 100%, but if column D is more than 3%, then 2% is at 50%.
Also no match if employee is under 21 of age at 12/31/08.
I have tried =if(datedif(C2,date(year(today()),12,31),"y") < 21, 0,
Please help!
Thank you for your assistance.
Date of birth mm/dd/yyyy, Column D (elected percentage) Column E
Compensation, Column G Emp contribution . The match 100% of 1st 3% and 50% of
next 2% No match over 4%. If the Column D (elected percentage) is less than
3% calculate at 100%, but if column D is more than 3%, then 2% is at 50%.
Also no match if employee is under 21 of age at 12/31/08.
I have tried =if(datedif(C2,date(year(today()),12,31),"y") < 21, 0,
.. This formula is pulling the percentage amount from the compensation.min(G2,E2*3%) + 50%*max(0, min(G2-E2*3%,E2*2%)))
Please help!
Thank you for your assistance.