Formula for Quarter & Year
I'm trying to pull the quarter & year from a column using a formula, but I keep getting "unparseable". I've searched through the community with no success using the answers found. I'm pulling data from my "Expected Close Date" column. Below is an example of a formula used. Any help is greatly appreciated.
=IF(OR(MONTH([Expected Close Date]@row) = 01, MONTH([Expected Close Date]@row) = 02, MONTH([Expected Close Date]@row) = 03)), "Q1 ", IF(OR(MONTH([Expected Close Date]@row) = 04, MONTH([Expected Close Date]@row) = 05, MONTH([Expected Close Date]@row) = 06)), "Q2 ", IF(OR(MONTH([Expected Close Date]@row) = 07, MONTH([Expected Close Date]@row) = 08, MONTH([Expected Close Date]@row) = 09)), "Q3 ", IF(OR(MONTH([Expected Close Date]@row) = 10, MONTH([Expected Close Date]@row) = 11, MONTH([Expected Close Date]@row) = 12)), "Q4 ")))) + YEAR([Expected Close Date]@row)
Answers
-
There are some options in this thread.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!