<aside> 💡 Use Week Column Output for Titles: click and drag on the Week column to select the cells and copy them, then select the same rows in the Name column and paste.

</aside>

2020 Weeks

Week

<aside> ⚠️ Change lowercase w to uppercase W if your weeks start on Monday.

</aside>

empty(prop("Dates")) ? "" : ("Week " + formatDate(prop("Dates"), "w"))

empty(prop("Dates")) ? ""

If Dates is empty, display nothing.

: ("Week " + formatDate(prop("Dates"), "w"))

Otherwise display Week and week number.

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>