ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Week No Q (https://www.excelbanter.com/excel-worksheet-functions/209667-week-no-q.html)

Seanie

Week No Q
 
How could I return the week number that equates to a particular date?

I have tried =weekno(a1), but firstly my weeks begin on a Monday, not
Sunday and secondly I want to express a fraction of a week also

For example
10/11/08 = 46.00
11/11/08 = 46.14
12/11/08 = 46.29 etc etc
17/11/08 = 47.00
18/11/08 = 47.14 etc etc

Mike H

Week No Q
 
Try this

=(A1-DATE(YEAR(A1-WEEKDAY(A1-1)+4),1,3)+WEEKDAY(DATE(YEAR(A1-WEEKDAY(A1-1)+4),1,3))+5)/7

Mike

"Seanie" wrote:

How could I return the week number that equates to a particular date?

I have tried =weekno(a1), but firstly my weeks begin on a Monday, not
Sunday and secondly I want to express a fraction of a week also

For example
10/11/08 = 46.00
11/11/08 = 46.14
12/11/08 = 46.29 etc etc
17/11/08 = 47.00
18/11/08 = 47.14 etc etc


Bob Phillips[_3_]

Week No Q
 
=ROUND(WEEKNUM(A2,2)+(WEEKDAY(A2,2)-1)/7,2)

--
__________________________________
HTH

Bob

"Seanie" wrote in message
...
How could I return the week number that equates to a particular date?

I have tried =weekno(a1), but firstly my weeks begin on a Monday, not
Sunday and secondly I want to express a fraction of a week also

For example
10/11/08 = 46.00
11/11/08 = 46.14
12/11/08 = 46.29 etc etc
17/11/08 = 47.00
18/11/08 = 47.14 etc etc




Seanie

Week No Q
 
Thanks Guys



All times are GMT +1. The time now is 03:49 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com