Date Formating to text ( YEAR 1, Year 2 etc)

Dan4889

New Member
Joined
Apr 26, 2019
Messages
1
Hi Guys,

I am new and just have a question in regards to formatting dates into specific text.

I want to create a formula for example 01/02/2019 will display in a row above "YEAR 1" and then 01/03/2020 will display as "YEAR 2".
If anyone has any suggestions it would be great. i have 12 rows for each year and month.

If anyone knows the formula to do this it would be great. I also have the excel file

Many Thanks
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
You use Function and copy down it.

Code:
="Year " & YEAR(D1)-2018

hyf0uF2.jpg
 
Upvote 0

Forum statistics

Threads
1,214,397
Messages
6,119,273
Members
448,883
Latest member
fyfe54

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