Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
how to return a date to YYQN (eg 08Q1, 08Q2)?
thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Date in A1.
=TEXT(A1,"yy")&"Q"&INT((MONTH(A1)+2)/3) Hope this helps. -- John C "Christine" wrote: how to return a date to YYQN (eg 08Q1, 08Q2)? thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=RIGHT(YEAR(A1),2) & "Q" & ROUNDUP(MONTH(A1)/3,0)
-- Gary''s Student - gsnu2007k "Christine" wrote: how to return a date to YYQN (eg 08Q1, 08Q2)? thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Please don't double post your questions.
-- John C "Christine" wrote: how to return a date to YYQN (eg 08Q1, 08Q2)? thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert date to yyQn | Excel Discussion (Misc queries) | |||
to convert a julian date back to regular date | Excel Worksheet Functions | |||
Convert a julian gregorian date code into a regular date | Excel Worksheet Functions | |||
how to convert julian date to regular calendar date | Excel Worksheet Functions | |||
Convert date to length of time in months from set date | Excel Worksheet Functions |