Help With Tricky Formula?

laxcat73

Board Regular
Joined
Aug 5, 2011
Messages
143
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.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Paydate refers to the actual paydate of the company employees (Pay period end + 7 days). It's every 2 weeks.

Examples of 'exact range'...

A2:B2

Sheet1!A2:A10

Your...

=VLOOKUP([Date],Paydate,1,TRUE)

would suggest that Paydate is a table occupying a range...
 
Upvote 0
Thanks for the assistance but I don't think I'm coming across in a cohesive manner. I'll figure something out.
 
Upvote 0

Forum statistics

Threads
1,224,541
Messages
6,179,418
Members
452,912
Latest member
alicemil

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top