Days of the Week

J

Jim

THANK YOU
-----Original Message-----

days thing -
have a column next to your dates, say in B1) that uses
=weekday(A1)
Then have a small table somewhere in your workbook that
lists the days as weekdays - this is how Excel stores them:
1 Sunday
2 Monday
3 Tuesday
4 Wednesday
5 Thursday
6 Friday
7 Saturday

Name that table as, say, DAYS - as a named range. Then in
another column do =lookup(B2,days) This will give you
the correct day for the date. Just sort by this column
using Data - Sort and all your days will be together. You
can always HIDE the columns you don't want then.
Sall

.
 

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

Top