smide
Board Regular
- Joined
- Dec 20, 2015
- Messages
- 164
- Office Version
- 2016
- Platform
- Windows
Hello.
In column A (A1:A600) I have dates and time in format dd.mm.yyyy - hh:mm (ex. 04.10.2019 - 20:00 , there is one space between dd.mm.yyyy and '-' and one space between '-' and hh:mm). All those cells in column A are text cells.
I need formula to convert those "dates" into weekday name. Coverted results should be in column B (B1:B600).
example.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]04.10.2019 - 20:00[/TD]
[TD="align: center"]Fri[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]04.10.2019 - 22:30[/TD]
[TD="align: center"]Fri[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]05.10.2019 - 16:00[/TD]
[TD="align: center"]Sat[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]06.10.2019 - 12:45[/TD]
[TD="align: center"]Sun[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]
[TD="align: center"]Mon[/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD="align: center"]....[/TD]
[TD="align: center"]....[/TD]
[/TR]
</tbody>[/TABLE]
In column A (A1:A600) I have dates and time in format dd.mm.yyyy - hh:mm (ex. 04.10.2019 - 20:00 , there is one space between dd.mm.yyyy and '-' and one space between '-' and hh:mm). All those cells in column A are text cells.
I need formula to convert those "dates" into weekday name. Coverted results should be in column B (B1:B600).
example.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]04.10.2019 - 20:00[/TD]
[TD="align: center"]Fri[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]04.10.2019 - 22:30[/TD]
[TD="align: center"]Fri[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]05.10.2019 - 16:00[/TD]
[TD="align: center"]Sat[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]06.10.2019 - 12:45[/TD]
[TD="align: center"]Sun[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]
07.10.2019 - 18:00
[/TD][TD="align: center"]Mon[/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD="align: center"]....[/TD]
[TD="align: center"]....[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: