convert date to day of week in excel 2003

G

Guest

Hi there,
I have got a set of dates in a column and want to calculate overtimes for
the Saturdays and Sundays so how can I find them from numerical dates
automatically
Thank you
 
M

MyVeryOwnSelf

I have got a set of dates in a column and want to calculate overtimes
for the Saturdays and Sundays so how can I find them from numerical
dates automatically

Look in Excel's built-in Help for the WEEKDAY() function.

Maybe something like
=WEEKDAY(A1,2)>5
will meet the need.
 

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