Forum Discussion

Richard_James's avatar
Richard_James
Brass Contributor
Nov 26, 2019
Solved

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 ...
  • SergeiBaklan's avatar
    SergeiBaklan
    Nov 26, 2019

    Richard_James 

    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.

     

     

     

Resources