Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How to convert date to financial year format 2006-07

How can I conver date to Financial year format i.e 20th March 2006 as 2005-06
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default How to convert date to financial year format 2006-07

Try a custom format of:-

yyyy-mm

Mike

"Yog Raj" wrote:

How can I conver date to Financial year format i.e 20th March 2006 as 2005-06

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default How to convert date to financial year format 2006-07

You can convert it, you can change the way it is displayed

use custom format yyyy-mm


--
Regards,

Peo Sjoblom


"Yog Raj" <Yog wrote in message
...
How can I conver date to Financial year format i.e 20th March 2006 as
2005-06



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default How to convert date to financial year format 2006-07

I meant to say you can't convert it, the underlying value is the same, but
you can change the way it is displayed


--
Regards,

Peo Sjoblom



"Peo Sjoblom" wrote in message
...
You can convert it, you can change the way it is displayed

use custom format yyyy-mm


--
Regards,

Peo Sjoblom


"Yog Raj" <Yog wrote in message
...
How can I conver date to Financial year format i.e 20th March 2006 as
2005-06





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default How to convert date to financial year format 2006-07

There may be a simpler way, but you could try
=IF(OR(MONTH(A1)<=3,AND(MONTH(A1)=4,DAY(A1)<=5)),Y EAR(A1)-1,YEAR(A1))&"-"&TEXT(IF(OR(MONTH(A1)<=3,AND(MONTH(A1)=4,DAY(A1)< =5)),A1,DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))),"yy")

This assumes that the financial year boundary is between 5th and 6th of
April; modify the formula accordingly if your financial year runs
differently.
--
David Biddulph

"Yog Raj" <Yog wrote in message
...
How can I conver date to Financial year format i.e 20th March 2006 as
2005-06



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
How to compare a date with financial year TUNGANA KURMA RAJU Excel Discussion (Misc queries) 3 March 31st 07 12:08 PM
How do I convert a month-date format to day number of the year? Larry Excel Worksheet Functions 2 January 11th 07 05:21 PM
Convert date format from 20060801 to 1st Aug 2006 (or similar)? excel_irate Excel Discussion (Misc queries) 5 September 5th 06 05:12 PM
turn off convert text to date (i.e. 4-9 to April 9, 2006) [email protected] Excel Worksheet Functions 4 June 13th 06 04:25 PM
How do I change a date format 3/14/2006 to 3-14-2006 in Excel 2002 Jerry T. Excel Discussion (Misc queries) 2 March 15th 06 09:23 PM


All times are GMT +1. The time now is 10:29 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"