3
0
I am working on projects that come in every 4 and a half month. I want to make a calender so I can see when the deadline is for each project.
I have a formula that adds up 4 months and 14 days. (4,5 months)
The formula works well but it works too well. I need a formula that adds up 4 months and 14 days so that each row starts with a date of either the first of a month or the 15th of a month.
=DATE(YEAR(A1)+0,MONTH(A1)+4,DAY(A1)+15)
I tried to make an extra row from here with a -IF DAY value greater/smaller as 15 but I can't seem to get it working at all. My excel expertise is limited, I'm afraid...
2What is the formula you used so far? – Dave – 2015-08-27T07:26:51.853
=DATE(YEAR(A1)+0,MONTH(A1)+4,DAY(A1)+15)
(I tried to make an extra row from here with a -IF DAY value greater/smaller as 15 but I can't seem to get it working at all. My excel expertise is limited, I'm afraid...) – Nelis – 2015-08-27T08:19:19.577
1Nelis, this is a Q&A site, not a forum. This means, it's totally cool (and encouraged) to edit your original post! :) You hopefully can see the edit link in the post itself. This is a good first question, +1 – Dave – 2015-08-27T08:44:19.407