Forum Discussion

Bailey100's avatar
Bailey100
Brass Contributor
Jun 18, 2019
Solved

Creating a calendar that updates automatically?

Hi,   In the attached folder you can see I have a list of actions with a date for completion and their value of importance, and whether they've yet been achieved.   I want this to populate the ca...
  • SergeiBaklan's avatar
    Jun 18, 2019

    Bailey100 

     

    That could be like

    =IF(
       MOD(COLUMN(),6)=COLUMN($B$1),
       IFERROR(
          INDEX(Table1[Value],
          MATCH(DATE(2019,
                MONTH(INDEX($1:$1,
                   (INT((((INT((COLUMN()-COLUMN($B$2)+6)/6)-1)*6+COLUMN($B$2))-COLUMN($B$2)+6)/6)-1)*6+COLUMN($B$2))&1),
                $A3),
          Table1[Timeline],0)
          )*100,
       ""),
    "")
    

    I inserted above for Jun