Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi all, I wonder if you could help? I'm looking for a way of working this out in Excel if todays date is, or before, 31/08/YYXX - the Year Displayed should be YYXX-1/XX eg. if its 3rd october 2004 - it should display 2004/05 3rd July 2005 - it should display 2004/05 if todays date is, or later than, 01/09/YYXX - the year displayed should be YYXX/XX+1 eg if its 3rd september 2005 - it should display 2005/06 3 january 2006 - it should display 2005/06. Any ideas?? ![]() Thanks -- sedonovan ------------------------------------------------------------------------ sedonovan's Profile: http://www.excelforum.com/member.php...o&userid=35626 View this thread: http://www.excelforum.com/showthread...hreadid=554065 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"sedonovan" wrote
in message ... Hi all, I wonder if you could help? I'm looking for a way of working this out in Excel if todays date is, or before, 31/08/YYXX - the Year Displayed should be YYXX-1/XX eg. if its 3rd october 2004 - it should display 2004/05 3rd July 2005 - it should display 2004/05 if todays date is, or later than, 01/09/YYXX - the year displayed should be YYXX/XX+1 eg if its 3rd september 2005 - it should display 2005/06 3 january 2006 - it should display 2005/06. Any ideas?? ![]() =IF(MONTH(TODAY())<9,YEAR(TODAY())-1&"/"&RIGHT(YEAR(TODAY()),2),YEAR(TODAY())&"/"&RIGHT(YEAR(TODAY())+1,2)) -- David Biddulph |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks, that's perfect! :) -- sedonovan ------------------------------------------------------------------------ sedonovan's Profile: http://www.excelforum.com/member.php...o&userid=35626 View this thread: http://www.excelforum.com/showthread...hreadid=554065 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
holiday dates | Excel Worksheet Functions | |||
How do I get Excel to automatically calculate salaries actually received in financial year? | Excel Discussion (Misc queries) | |||
years change to current year | Excel Worksheet Functions | |||
Ho to Delete "Ghost" Pivot Tables | Excel Discussion (Misc queries) | |||
A calendar calculator template that reflects remaing weeks in a ye | Excel Worksheet Functions |