Change Date to Financial Year

RazzPrince

New Member
Joined
May 1, 2018
Messages
4
Hi,

Help Please.

Trying to change the date into financial year Apr-Mar. I'm close and using the below formula;

MID(YEAR(DATE(YEAR(G5),MONTH(G5)+(10-1),1)),3,2)-1&"/"&RIGHT(YEAR(DATE(YEAR(G5),MONTH(G5)+(10-1),1)),2)

with the date in G5 in format xx/xx/xxxx.


The problem i have is dates for 2000 to 2010.

Please help
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Can you show us a value that isn't working?
Specifically, an entry in cell G5, then let us know what your formula returns for that date, and what you actually want it to return.
 
Upvote 0
Hi, thanks it may have helped if i let everyone know what format i needed.

I wanted to change for example 01/03/1999 to 98/99 as March falls into the 98/99 financial year. The formula i used however struggled because of the -1 when looking at year 2000’s.

I have solved my own question so hopefully might benefit someone else:


01/03/1999 in cell a1. Formula:

=if(month(a1)<=3,year(edate(a1),-12)&”/“&year(a1),year(a1)&”/“&year(edate(a1),+12)

Give 1998/1999

Then can nest the =right(),2 formula to pull into xx/xx format
 
Upvote 0

Forum statistics

Threads
1,215,029
Messages
6,122,755
Members
449,094
Latest member
dsharae57

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top