dbwiz
Active Member
- Joined
- Nov 20, 2007
- Messages
- 275
Here is my formula - I am getting VALUE and am pretty sure I am missing a bracket or two...
=IF(I253>=5<10,(L253*20%)),IF(I253>=10<15,(L253*30%)),IF(I253>=15<20,(L253*40%)), IF(I253>=20,(L253*50%))
Bottom line: If column I has at least 5 years of service but less than 10, then Column L is multiplied by 20%, if they have at least 10 yos but less than 15, then col L is multiplied by 30%, and so on.
Can someone help me fix this?
=IF(I253>=5<10,(L253*20%)),IF(I253>=10<15,(L253*30%)),IF(I253>=15<20,(L253*40%)), IF(I253>=20,(L253*50%))
Bottom line: If column I has at least 5 years of service but less than 10, then Column L is multiplied by 20%, if they have at least 10 yos but less than 15, then col L is multiplied by 30%, and so on.
Can someone help me fix this?