Format date, name of the day

Hello, I have a date column in format dd/mm/yyyy but I need the name of the day too, i.e. Tuesday, 02/11/2021 or Tuesday, 02-nov
How I can to do this?
Thank you or help me.
(My apologices for my bad english)

0 1 81
1 REPLY 1

There are a lot of ways to format a date using the TEXT() function:

You could probably do something like:
TEXT([date column], โ€œDDDD, DD-MMโ€)

Top Labels in this Space