mosha3
New Member
- Joined
- Jun 12, 2013
- Messages
- 6
I am using a date in an exported file; I want to convert it to an Excel recognizable format and basically add three quarters to it so it will reflect the quarter end date three quarters away.
For example:
Cell A1:20121128
I want Cell A2 to return: 09/30/2013
(Cell A1's quarter ending date is 12/31/2012, the cell should return the ending date of the quarter three quarters ahead)
I have the conversion formula (unless anyone can think of better): =DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2)).
I have a formula to return which quarter ending "A1+3" is in but it only returns "Q3": =CONCATENATE("Q",ROUNDUP(MONTH(DATE(YEAR(A1),MONTH(A1)-3,DAY(A1)))/3,0))
Does anyone know if there is a way without using something like a reference table of the quarter end dates to do this? I.E. - all in one formula?
Any advice is very much appreciated.
Thank you,
Scott
For example:
Cell A1:20121128
I want Cell A2 to return: 09/30/2013
(Cell A1's quarter ending date is 12/31/2012, the cell should return the ending date of the quarter three quarters ahead)
I have the conversion formula (unless anyone can think of better): =DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2)).
I have a formula to return which quarter ending "A1+3" is in but it only returns "Q3": =CONCATENATE("Q",ROUNDUP(MONTH(DATE(YEAR(A1),MONTH(A1)-3,DAY(A1)))/3,0))
Does anyone know if there is a way without using something like a reference table of the quarter end dates to do this? I.E. - all in one formula?
Any advice is very much appreciated.
Thank you,
Scott