Derive Dates form 3 fields
Detrie Zacharias
✭✭✭✭✭
I have 3 columns I want to use to derive month start and end dates
Year
Quarter
Month of the quarter
EXAMPLE:
Year = 2020
Quarter = 3
Month of quarter = 2
Start Date= 08/01/2020 and End Date = 08/31/2020
Maybe use a helper table and VLOOKUP?
Answers
-
You could use a helper table or you could use something along the lines of the below.
Start Date:
=DATE([Year Column]@row, [Quarter Column]@row * [Month of Quarter]@row, 1)
End Date:
=IFERROR(DATE([Year Column]@row, [Quarter Column]@row * [Month of Quarter]@row + 1, 1), DATE([Year Column]@row + 1, 1, 1)) - 1
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!