Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Linndek
 
Posts: n/a
Default how do I convert a dates in a year quarters in a year?

For instance if I have a series of dates within a number of years, but I want
to represent them as 1st Quarter 2005, 3rd Quarter 2006 etc
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default how do I convert a dates in a year quarters in a year?

You would need extra cells with formulas for that, there is no way of
formatting dates to quarters
Besides what are your quarters, it depends on the financial year or are
talking strictly calendar like Jan-Mar = 1st quarter

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"Linndek" wrote in message
...
For instance if I have a series of dates within a number of years, but I
want
to represent them as 1st Quarter 2005, 3rd Quarter 2006 etc



  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default how do I convert a dates in a year quarters in a year?

Here is a formula that will produce a slightly truncated view, Q# YYYY
="Q"&ROUNDUP(MONTH(A1)/3,0)&" "&YEAR(A1)

This formula will derive what you ask for in your post. It's longer
because each of the 4 quarters has a different suffix (st, nd, rd, th).
=IF(ROUNDUP(MONTH(A1)/3,0)=1,"1st Quarter
"&YEAR(A1),IF(ROUNDUP(MONTH(A1)/3,0)=2,"2nd Quarter
"&YEAR(A1),IF(ROUNDUP(MONTH(A1)/3,0)=3,"3rd Quarter
"&YEAR(A1),IF(ROUNDUP(MONTH(A1)/3,0)=4,"4th Quarter "&YEAR(A1)))))

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
entering items on specific dates of year Puzzled Excel Discussion (Misc queries) 0 March 11th 06 03:32 PM
How do I Turning Dates into Quarters Rob V Excel Worksheet Functions 4 January 28th 05 05:51 PM
How sort dates just by day/month and NOT year if all 3 given in ce smags Excel Worksheet Functions 1 January 25th 05 03:45 AM
How can I hide points for future dates on a Year to Date chart? rlmills Charts and Charting in Excel 1 November 29th 04 05:23 PM
Convert text to dates Ket Excel Worksheet Functions 5 November 4th 04 08:03 PM


All times are GMT +1. The time now is 10:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"