Forum Discussion

Ivan Rodriguez's avatar
Ivan Rodriguez
Copper Contributor
Apr 28, 2018
Solved

Displaying a Date Range (i.e., 1/11/2021 to 1/17/2021) without listing the dates in between

I have a monthly expense sheet with the dates of the week auto-populating. However, I would like to create a header field that automatically lists the first and last day of that week in the following...
  • SergeiBaklan's avatar
    Apr 28, 2018

    Hi Ivan,

     

    Could be

    ="Week of " & TEXT(C2,"M/D") & " to " & TEXT(D2,"M/D")

    where in C2 and D2 start and end dates