Forum Discussion
Richard_James
Nov 21, 2019Brass Contributor
4 Week Microsoft Excell Spreadsheet Calendar Template
I am using Microsoft Excell on a Mac computer. I have created the attached 4 Week Microsoft Excell Spreadsheet Calendar Template, which includes calendar dates. I use the calendar repetitively. I am ...
SergeiBaklan
Nov 21, 2019Diamond Contributor
For next date, e.g. for F1, you may use
=C1+1
Date of week (D1)
=F1
and apply dddd format.
For next week (C12) it's =C1+7
Richard_James
Nov 21, 2019Brass Contributor
There's 31 days in a month, or 28 days in a month. How will the above formula return an accurate date month to month, year to year?
Thanks,
Richard
- Richard_JamesNov 21, 2019Brass Contributor
- SergeiBaklanNov 21, 2019Diamond Contributor
Not sure I catch. Format is separate, for the dates you have "dd-mmm" and for the days of week "dddd".
If you put same date in these cells, it'll be like "21-Nov" and "Tuesday" accordingly.
With formula you take previous date (e.g. in C1), check if next to it date is in the same month, if so return it, otherwise empty string.
Please check in attached file, I did that for the cells D1 and F1.
- SergeiBaklanNov 21, 2019Diamond Contributor