exporting the days of the week as a field in excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

when i try to export a calender ,everthing but the day of the week ie
"monday" "tuesday" is exported .How do I make this happen?
 
Outlook doesn't need to export days of the week, because they're implied in the date data. You can display the name of the day of the week with an Excel formula like this:

=CHOOSE(WEEKDAY(A1), "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday")

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top