I am looking for user friendly solution where user pick a period and system would apply formula based on the selected date. How do I add a dropdown or what would be the other option showing Q1, Q2, Q3, Q4? Is a way for user to select current quarter where system displays the last date of the selected quarter for current year (i want to make sure system would display 6/30/2022 the next year as well)
| Quarter | Quarter End | Desired Output | Comments |
| Q1 | 3/31/2021 | | |
| Q2 | 6/30/2021 | 6/30/2021 | allow user to select the most recent quarter |
| Q3 | 9/30/2021 | | |
| Q4 | 12/31/2021 | | |