I have a table in my Excel-Workbook named "Year".
Using the formula =YEAR(A1)
returns an reference error. Excel thinks I want to reference the table "Year" instead of the function. The table overwrites the built-in function YEAR
.
Does somebody know how to "tell" Excel that my Formula wants to reference the function and not the table?
Thanks in advance :)