Skip to main content

Grouping by quarter with specific dates

  • October 5, 2020
  • 0 replies
  • 13 views

I’m using the below formula to group by quarter. How do I change the dates they are using to determine the quarters? For example, our quarter 3 ended on 9/27, however the formula is including everything through 9/30 in quarter 3.
CONCATENATE(“Q”,DATETIME_FORMAT({Invoice sent date}, “Q”)," ",YEAR({Invoice sent date}))

0 replies

Be the first to reply!