sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
I'm trying to find a way to get the financial year from a date - I currently have this;
I need it to effectively give me the financial year from the date, (the financial year being from 1st April to 31st March).
Is there a way I can do it? I don't mind if it's a formula or through VBA.
=IF(A2="","FALSE",DATEDIF(R2,TODAY(),"m")<=12)
I need it to effectively give me the financial year from the date, (the financial year being from 1st April to 31st March).
Is there a way I can do it? I don't mind if it's a formula or through VBA.
Last edited: