Background:
I am creating a spreadsheet for bonus payments. These bonus payments are structured based on experience of the referred candidate. I am trying to creat a formula that will give me a result of the Pay Period for which that bonus is due. I was thinking something along the lines of rounding a date up to the paydate (pay period end + 7 days) which is every 2 weeks.
I cannot find any formula to help so I'm guessing it's a combination of simpler formulas given certain conditions. This is my current formula:
=VLOOKUP(IF(M4="",I4,IF(S4="",O4,IF(Y4="",U4,IF(AE4="",AA4,"")))),Paydate,1,TRUE)
However, using the VLOOKUP True condition, it simply rounds to the nearest paydate, not the succeeding one. Is there anything that could have that round up to the next?
Thank you in advance.
I am creating a spreadsheet for bonus payments. These bonus payments are structured based on experience of the referred candidate. I am trying to creat a formula that will give me a result of the Pay Period for which that bonus is due. I was thinking something along the lines of rounding a date up to the paydate (pay period end + 7 days) which is every 2 weeks.
I cannot find any formula to help so I'm guessing it's a combination of simpler formulas given certain conditions. This is my current formula:
=VLOOKUP(IF(M4="",I4,IF(S4="",O4,IF(Y4="",U4,IF(AE4="",AA4,"")))),Paydate,1,TRUE)
However, using the VLOOKUP True condition, it simply rounds to the nearest paydate, not the succeeding one. Is there anything that could have that round up to the next?
Thank you in advance.