A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello mariner blue,
Thank you for visiting the Microsoft Community.
To extract numerical values corresponding to weekday names, you may employ the following formula (assuming Monday as the first day; should you prefer Sunday as the starting day, simply adjust the numerical assignments accordingly):
=@SWITCH([@[Flight Day]], "Mon", 1, "Tue", 2, "Wed", 3, "Thu", 4, "Fri", 5, "Sat", 6, "Sun", 7)
This is a spill array formula, therefore you need only input it once in the row containing the first weekday name. The implementation produces results as illustrated below:
Does this adequately address your inquiry? I trust this proves beneficial.
Best regards
Huy-K | Microsoft Community Support Specialist