Login Page - Create Account

Support Board


Date/Time: Mon, 10 Aug 2026 07:42:28 +0000



Post From: Days of the week to display on exported data

[2017-09-09 13:39:58]
Sawtooth - Posts: 4343
Import the serial datetime text file to Excel, and use this formula in another column:
=TEXT(A2, "dddd")
or
=TEXT(A2, "ddd")