Find next payday and last payday

Alpacino

Well-known Member
Joined
Mar 16, 2011
Messages
511
Hi all,

I have a problem. I want to find out when my next payday will be and last payday by using today date and type of pay period. e.g. weekly, fortnightly, monthly or 4 weekly. and just a day. e.g 26th or 26

Say today = 14/09/11

I get paid 4 weekly.

I got paid last time on the 26

Any ideas I tried this formula to work the next payday but I need an input of the date before for it to work.

C5 = Today()

=IF($C$5="Monthly",DATE(YEAR(I6),MONTH(I6)+1,DAY(I6)),IF($C$5="4 Weekly",I6+28,IF($C$5="Weekly",I6+7,I6+14)))
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,224,602
Messages
6,179,845
Members
452,948
Latest member
UsmanAli786

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