Here is a basic tip
If you have a calculated field contains numeric data, SharePoint by default formats the field and displays it comma to separate the thousands.
This behavior can be overcome if you concatenate a string portion (or even a blank string i.e. &””) to the calculated field.
So using the example Michael Helland spoke about in the above link even =Year(Date)&”” will work too.