Hi, I am trying to figure out an employee pay amount based on date of hire. If the employee has been here for less than 5 years, I want to use the value in one column for their pay. If the employee has been here for longer than 5 years but less than 7 years, I want to use a different column value, and greater than 7 years a third column value, similar to below. Is there a way to do this?
DATE Hire -- $ <5 -- $ 5-7 -- $ >7 -- $ to pay
1/2/2019 -- 10 -- 15 -- 20 -- ?
Thanks!
Bookmarks