Hello!
Our fiscal year begins 02-01 (February 1st). I'm trying to find the day of our fiscal year so that 02-01 is 1 and 01-31 is 365, then start over.
Thank you in advance!
Solved! Go to Solution.
You could try using a date diff formula between the date field and the 1st of Feb for the year needed.
Expanding on what @Bobbyt23 said -
For extra credit, you can also expand that logic to identify the Fiscal Year. At my company, our FY runs the same as yours. We identify the FY based on the last month. 2/1/24 - 1/31/25 = FY25
You can use the same logic to identify the FY. If it's Feb - Dec, I want to take the year and add 1 to the year to get the FY. If it's Jan, I just use the year
Yes!!! And well explained. 😀