How to sort grouped data by year

Hello, I am trying to create a report sheet that would group data by their project end date. How do I set up the grouping so the Parent header is by year 2023,2022... etc.

When I group currently by project end date, it creates individual headers for each date.

thank you for input

Tags:

Best Answer

  • JamesB
    JamesB ✭✭✭✭✭✭
    Answer βœ“

    @Brock.Pope

    You would need a helper column on your sheet(s) to extract the year from the end date.

    In the helper column use the formula =YEAR([End Date]@row)

    Then you can group by this column.

Answers

  • JamesB
    JamesB ✭✭✭✭✭✭
    Answer βœ“

    @Brock.Pope

    You would need a helper column on your sheet(s) to extract the year from the end date.

    In the helper column use the formula =YEAR([End Date]@row)

    Then you can group by this column.