![]() |
How to convert date to YYQN
how to return a date to YYQN (eg 08Q1, 08Q2)?
thanks |
How to convert date to YYQN
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 |
How to convert date to YYQN
=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 |
How to convert date to YYQN
Please don't double post your questions.
-- John C "Christine" wrote: how to return a date to YYQN (eg 08Q1, 08Q2)? thanks |
All times are GMT +1. The time now is 12:42 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com