Hi I would like to ask if how can I add a new column presenting the year of the data in reference to the date column.
Expected output:
Can you help me with this one pls?
A simple function can make it easily.
Find attached 2 solutions for the same you can use any one.
Hi @dunkindonut7777 - You can also use a datetime function, if the Date field is the Date data type: DateTimeYear([Date])