Expressing financial year in excel

baidya91

Board Regular
Joined
Jun 1, 2016
Messages
147
Which formula can I use to express Financial Year 2016-17 with the starting date 01./04/2016 and ending date 31/03/2017? Can anyone help me.To be more specific, it may be expressed it that way: FY From To2016-17 01/04/2016 31/03/20172015-16 01/04/2015 31/03/2016
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Can you give an example of your input and desired output?
 
Upvote 0
If I select FY 2016-17, the column marked with 'From' will be 01/04/2016 and the column marked with 'To' will be 31/03/2017. Similarly, if FY 2015-16 selected, the 'From' Column will be 01/03/2015 and 'To' Column will be 31/03/2016: FY From To 2016-17 1/04/2016 31/03/2017 2015-16 1/04/2015 31/03/2016
 
Upvote 0
A​
B​
C​
D​
E​
1​
FY
From
To
2​
2015​
01 Apr 2015​
31 Mar 2016​
B2 and down: =--TEXT(LEFT($A2, 4), "0000-4-1")
3​
2016​
01 Apr 2016​
31 Mar 2017​
C2 and down: =--TEXT(LEFT($A2, 4) + 1, "0000-3-31")
4​
2015-16
01 Apr 2015​
31 Mar 2016​
5​
2016-17
01 Apr 2016​
31 Mar 2017​
 
Upvote 0

Forum statistics

Threads
1,216,101
Messages
6,128,837
Members
449,471
Latest member
lachbee

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