S
Steve
I have column in excel which show date in format 2009-08-21. Is it possible
in new column to get day of week from this data?
in new column to get day of week from this data?
I have column in excel which show date in format 2009-08-21. Is it possible
in new column to get day of week from this data?
JP Ronse said:Hi Steve,
Try
A1= 2009-08-10 (cell should be formatted as yyyy/mm/dd)
A2=weekday(A1) (cell should be formatted as "ddd" od "dddd", custom
format)
Wkr,
JP
JP Ronse said:Hi Steve,
A3: =weeknum(A1,type)
type=1 if week starts on Sunday, 2 if week starts on Monday.
But know that there exist different approaches to define the week number.
Si I recommend Chip Pearson 's page
http://www.cpearson.com/excel/weeknum.htm to get more info about this.
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.