How to create dynamic Calendar in Google Sheet

Поділитися
Вставка
  • Опубліковано 11 жов 2024

КОМЕНТАРІ • 31

  • @__MARKR__
    @__MARKR__ 6 днів тому

    Very helpfull! I started with the default Google Spreadsheet Calendar template, but I wanted to create dynamic months exaclty like you showed. And the formulas of the template are much more complicated.
    Like you can read in several reactions I placed on other comments in the list, I did encounter some challenges, but the advantage of such a simple design, is the increased flexibility to slightly change the approach and still be able to get the desired result.
    So all credits to you sir for this fine example. Learned several things by using it.

  • @vudao58
    @vudao58 11 місяців тому +1

    great video. Thank you for sharing!

  • @pasticciottiontheroad
    @pasticciottiontheroad 9 місяців тому +1

    Thank you very much, this was very helpful.

  • @noeter
    @noeter 7 місяців тому

    Love it, but please explain, newbie here, why we have to minus 1 and plus 1 on a weekday formula?

  • @fragrenceful
    @fragrenceful 8 місяців тому +1

    Great video

  • @JojiDavey
    @JojiDavey 4 місяці тому

    Thank you for making this process so easy and straightforward! Is there a way to highlight specific dates? Im trying to "blackout" specific future dates, but when I do it effects every month in my calendar. Thank you in advance!

    • @__MARKR__
      @__MARKR__ 6 днів тому

      You could use conditional formatting, but you might need to tweak the formula. Something like:
      =COUNTIF(,) > 0

  • @srinivasgoudmanthapuri2719
    @srinivasgoudmanthapuri2719 9 місяців тому +2

    👌👌

  • @desbullard26
    @desbullard26 Місяць тому

    Hi! This is a very helpful video! I am trying to create a social media calendar and it would be helpful to have three rows in between each week of dates where I could add social media details for each date. Is it possible to build this calendar and add the extra space? I tried simply adding rows, but obviously that didn't work. Lol

    • @__MARKR__
      @__MARKR__ 6 днів тому

      Yes you can. It's a little more work though.
      Instead of using the =sequence(6,7) formula, you need to use 6 seperate ones. Also, the starting point of the calendar (i.e. the day of the week) is important too.
      In case you start on the Sunday like in the example, use the following Sequences:
      =SEQUENCE(1,7,D5-WEEKDAY(D5)+1)
      =SEQUENCE(1,7,D5-WEEKDAY(D5)+1+7)
      =SEQUENCE(1,7,D5-WEEKDAY(D5)+1+14)
      =SEQUENCE(1,7,D5-WEEKDAY(D5)+1+21)
      =SEQUENCE(1,7,D5-WEEKDAY(D5)+1+28)
      =SEQUENCE(1,7,D5-WEEKDAY(D5)+1+35)

  • @noeter
    @noeter 2 місяці тому

    My date won’t much the day of my calendar if I add 1, could you please explain further why + 1? I chose this year, 2024 but 1 won’t work, I added 6 to correct the date. Could you explain the formula of adding 1 please, thank you.

  • @kmanoj392
    @kmanoj392 10 місяців тому +1

    Nice

  • @frazled
    @frazled 10 місяців тому +2

    Great work, How would you add data from another sheet / cell into one of the cells without breaking the functionality?

    • @NeotechNavigators
      @NeotechNavigators  9 місяців тому

      Great suggestion! will add the link soon.

    • @desbullard26
      @desbullard26 Місяць тому

      @@NeotechNavigators Did you happen to share this solution?

    • @__MARKR__
      @__MARKR__ 6 днів тому

      @@desbullard26 Just click the other sheet when you are to select the range of years or months. Google Spreadsheet will automatically add the sheetname.

  • @duazaitoun
    @duazaitoun 9 місяців тому

    😊THANK YOU SO MUCH

  • @bhactivities
    @bhactivities 6 місяців тому +2

    I got an error message at 3:00ish saying that '1-' cannot be parsed as a date/time. I used " but the error message used '. Maybe Google has a glitch today?

    • @LanaLittle
      @LanaLittle 4 місяці тому

      Make sure you have values in D3 and D4 - formula has to have something to read

  • @juliari9697
    @juliari9697 Місяць тому

    Why the format always not working for my sheet

  • @AnysNadhilah
    @AnysNadhilah 4 місяці тому

    what if i want to start the calendar on Monday?

    • @__MARKR__
      @__MARKR__ 6 днів тому

      I've actually just done that :) Set the first column on Monday, but instead of "+1" you need to use "-5"
      =SEQUENCE(6,7,D5-WEEKDAY(D5)-5)
      Note that this might lead to an empty week to start with... Whereas the original solution leads to an empty week at the end of the month.

  • @glennsumayang1724
    @glennsumayang1724 9 місяців тому +1

    Hi how to solve this error. i HAVE ERROR coming out after i entered the formula
    DATEVALUE parameter '1-January2024' cannot be parsed to date/time.

    • @Carloseduardo-uf3qs
      @Carloseduardo-uf3qs 8 місяців тому

      ME TOO

    • @LanaLittle
      @LanaLittle 4 місяці тому

      Make sure you have the values selected in D3 and D4 so the formula has something to read