Convert dates to WeekDay

Dears,

I have a list of dates in 1st Column I want to get there corresponding weeday (Monday, Tuesday,…etc) in 2nd Column. Could you please help? Thx
01/01/2019
01/12/2019
05/01/2019
06/04/2019
06/05/2019
07/05/2019
08/11/2019
08/12/2019
08/31/2019
09/09/2019
11/01/2019
11/09/2019

You can use dateValue.DayOfWeek

1 Like

Need to use “For Each” value from list, right?

Either that or add a column expression

2 Likes