This is a way to extract the day of the week from a date:
use the DAYS function to return the quantity of days from a date, where the base
date for the DAYS function is Sunday December 31, 1899 (18991231)
When you run DAYS on youre date it will give you the number of days since this date.
For...