Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ben Ben is offline
external usenet poster
 
Posts: 509
Default copy drag financial years

Hi i use financial years a lot and was wondering if there was a simple way to
copy, paste/drag the years down a column so they expand? For example when i
drag the years down i get:
2006/07
2006/08
2006/09

Does anyone know how to get 2006/07, 2007/08 etc?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default copy drag financial years

I would do it with a formula. Enter your starting fiscal year in, say, A1,
then use:
=left(a1,4)+1&"/"&text(right(a1,2)+1,"00")
and drag down.

Regards,
Fred

"Ben" wrote in message
...
Hi i use financial years a lot and was wondering if there was a simple way
to
copy, paste/drag the years down a column so they expand? For example when
i
drag the years down i get:
2006/07
2006/08
2006/09

Does anyone know how to get 2006/07, 2007/08 etc?

Thanks


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default copy drag financial years

Try the below.

=TEXT(DATE(2006,ROW(A6),1),"yyyy/mm")

--
Jacob


"Ben" wrote:

Hi i use financial years a lot and was wondering if there was a simple way to
copy, paste/drag the years down a column so they expand? For example when i
drag the years down i get:
2006/07
2006/08
2006/09

Does anyone know how to get 2006/07, 2007/08 etc?

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default copy drag financial years

Perhaps Jacob intended to say =TEXT(DATE(2000+ROW(A6),ROW(A7),1),"yyyy/mm")
?

But that would only go as far as 2011/12 before going wrong.
It may therefore need =2000+ROW(A6)&"/"&TEXT(ROW(A7),"00") which would be OK
to 2098/99
or =2000+ROW(A6)&"/"&TEXT(MOD(ROW(A7),100),"00") if you want to go further.
--
David Biddulph


"Jacob Skaria" wrote in message
...
Try the below.

=TEXT(DATE(2006,ROW(A6),1),"yyyy/mm")

--
Jacob


"Ben" wrote:

Hi i use financial years a lot and was wondering if there was a simple
way to
copy, paste/drag the years down a column so they expand? For example when
i
drag the years down i get:
2006/07
2006/08
2006/09

Does anyone know how to get 2006/07, 2007/08 etc?

Thanks



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 108
Default copy drag financial years

Hi Ben,

Hi i use financial years a lot and was wondering if there was a simple way
to
copy, paste/drag the years down a column so they expand? For example when
i
drag the years down i get:
2006/07
2006/08
2006/09


You have received a few formula based approaches, another way of doing this
is by using custom lists.

Set up a custom list in Excel Options with the financial years.

Now enter a financial year in a cell. Click on the little dot at the corner
of the cell selector and drag. Financial years fill as expected.

Ed Ferrero
www.edferrero.com


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
Copy Paste Financial Years Ben Excel Worksheet Functions 3 January 22nd 10 06:48 AM
Financial Years James B Excel Discussion (Misc queries) 3 February 20th 07 09:42 PM
Copy and paste financial formulas Cliff Excel Worksheet Functions 1 January 30th 07 04:49 PM
URGENT IF STATEMENT REQUIRED:True if moving between financial years? Ray Everingham Excel Worksheet Functions 3 May 26th 06 09:30 PM
year function and financial years Martin_London Excel Worksheet Functions 5 December 5th 05 11:20 PM


All times are GMT +1. The time now is 08:39 PM.

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

About Us

"It's about Microsoft Excel"