• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Power Query Custom Column

ExcelSur

Member
Hi,
I have a column named DATE and using Power Query I want to create a custom column YEAR using the DATE column.

Thanks for your help
 
Use this for the custom year column:

=Date.Year([Date])

where [Date] is your dates column.


Thanks AliGW. That worked great. How can I get the Month Name (Jan or January). I was able to get the Month Number by using your formula.

Thanks for your help
 
Back
Top