Formula?

Currently using the formula below, but the problem is Smartsheet defaults Monday through Sunday. I need it to be Sunday through Saturday =WEEKNUMBER(Date@row)

Answers

  • Jgorsich
    Jgorsich ✭✭✭✭✭

    Add 1 to date@row:

    =weeknumber(date@row+1)

    If you think you might have dates specifically on 12/31/25, you'll need to add an if() statement to prevent it from being seen as week number 1.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!