Forum Discussion
Richard_James
Nov 26, 2019Brass Contributor
Calculate 1st Sun, 2nd Sun, 3rd Sun, 4th Sun, and 5th Sun
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 ...
- Nov 26, 2019
Still not sure I understood correctly. If in C3 is 29th of Dec, for this given month December that will 5th Sunday. Formula to calculate
=(INT(DAY(C3)/7)+1) & CHOOSE(INT(DAY(C3)/7)+1,"st","nd","rd","th","th")& " Sunday"
In each next block we add 7 to C3. For next block given month will be January, and formula like
=(INT(DAY(C3+7)/7)+1) & CHOOSE(INT(DAY(C3+7)/7)+1,"st","nd","rd","th","th")& " Sunday"
etc.
Abiola1
Nov 26, 2019MVP
Hello,
there is no attached file... Kindly re-attach
there is no attached file... Kindly re-attach
Richard_James
Nov 26, 2019Brass Contributor