Wendy Bent
New Member
I am attempting to create a formula that will return a set number based on an employee's hire date. For example, after they completed three years of service, they increase in vacation accruals. Here is the formula (in cell O49 on sheets 1 - 13) that I created that I thought worked.
=IF(C12<=1095,8,IF(C12>=1096,10,IF(C12>=2556,12,IF(C12>=4381,14,IF(C12>=6571,16)))))
However, if it meets the first set of criteria, then it doesn't move to the next if statement. Now, I am stuck.
I then changes gears and attempted a VLookup. However, since I am looking for numbers that are most often between a set of numbers, I get an error because the specific number isn't in the table. (in cell Q49 on tabs 1 through 13)
Would anyone be able to help me? I am complete stuck. I uploaded my document.
=IF(C12<=1095,8,IF(C12>=1096,10,IF(C12>=2556,12,IF(C12>=4381,14,IF(C12>=6571,16)))))
However, if it meets the first set of criteria, then it doesn't move to the next if statement. Now, I am stuck.
I then changes gears and attempted a VLookup. However, since I am looking for numbers that are most often between a set of numbers, I get an error because the specific number isn't in the table. (in cell Q49 on tabs 1 through 13)
Would anyone be able to help me? I am complete stuck. I uploaded my document.