I have a budget and I have pay period dates set up in say.... A1 is a set date, 01/13/2017 (first pay period for the year). I then have another cell, A20 with =A1+14 which gives me the next pay date and so forth and so forth along the months across sheets. Works great, well until you get three pay periods in the month. The third pay period is set up with the same grouping of budget stuff, IF needed. That cell, A50 would have the same formula A20+14.
How do I set up that cell, A50 to only do the math if there is a third pay period in it..... THEN if it's used the next cell would have to adjust and use that cell A50 for the source of the next formula.
Does this make sense?
A1 is a date 01/13/2017
A20 is =A1+14
A50 is =IF(A20+14=SAME MONTH as A1, A20+14)
No idea how to code the "SAME MONTH as A1"
Thanks,
D
How do I set up that cell, A50 to only do the math if there is a third pay period in it..... THEN if it's used the next cell would have to adjust and use that cell A50 for the source of the next formula.
Does this make sense?
A1 is a date 01/13/2017
A20 is =A1+14
A50 is =IF(A20+14=SAME MONTH as A1, A20+14)
No idea how to code the "SAME MONTH as A1"
Thanks,
D