I need a sheet summary formula that recognizes Previous quarter and current quarter.

I have seen how to make a column formula that shows you what quarter something is, and i know I could make a sheet summary formula that calls what quarter it is from a column after making that column formula. But it feels like there is some sort of TODAY or YEAR function that I could use no?
Ricky T
Gov Contractor for USSF
Best Answer
-
Try something like this:
="Q" + ROUNDUP(MONTH(TODAY()) / 3) + " " + YEAR(TODAY())
Answers
-
It would be the same as other formulas that tell you the quarter based on a date, but you would replace the date references with TODAY().
-
@Paul Newcome you dont happen to have those quarter formulas or know where I can see them?
Ricky T
Gov Contractor for USSF
-
Try something like this:
="Q" + ROUNDUP(MONTH(TODAY()) / 3) + " " + YEAR(TODAY())
-
So this is what I got to work @Paul Newcome
="Q" + ROUNDUP(MONTH([Launch Opportunity Date]@row) / 3)
Ricky T
Gov Contractor for USSF
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!