» Converting a Date into a String, Indicating the Quarter Number and Year
CATEGORY - Excel Date & Time Formulas
VERSION - All Microsoft Excel Versions
Converting the dates listed in column A into strings indicating the relevant quarter number and year, using the following format:
"Quarter X, YYYY".
Solution:
Use the MONTH, INT, and YEAR functions as shown in the following formula:
="Quarter " &INT((MONTH(A2)+2)/3)&", "&YEAR(A2)
Book Store:
Recommended Books:
- Financial Statement Analysis: A Practitioner's Guide, 3rd Edition
- Financial Reporting and Analysis (2nd Edition)
- Advanced modelling in finance using Excel and VBA
- What the IRS Doesn't Want You to Know: A Cpa Reveals the Tricks of the Trade
- Microsoft Excel VBA Programming for the Absolute Beginner
- Microsoft PowerPoint Version 2002 Step by Step
No comments have been submitted.

