#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default week numbers

Hi could any one assist me, I have created an excel sheet as a tracker
to highlight tasks that need to be completed before the start date of
a project.
I have input the week number manuall and it is not based on a date or
anything like that.
I am finding that at the end of this year for week 52 it is continuing
to roll onto week 53 and does not recognise that my max for the week
number or for this figure is 52 and then I want it to start at 1 again
for the next year.

Can you advise if I have to insert the correct monday date of that
week so that excel can to a proper count.

I would appreciate any help you can give me.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default week numbers

wrote in message
ups.com...

I have input the week number manuall and it is not based on a date or
anything like that.
I am finding that at the end of this year for week 52 it is continuing
to roll onto week 53 and does not recognise that my max for the week
number or for this figure is 52 and then I want it to start at 1 again
for the next year.


Assuming that you are entering the first week number manually and you are
using the formula =A1+1 to index the week number change your formula to:

=IF(A1+1=53,1,A1+1)

which will reset the count back to 1.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default week numbers

You can use the MOD function
=MOD(A1,52)

"Sandy Mann" wrote:

wrote in message
ups.com...

I have input the week number manuall and it is not based on a date or
anything like that.
I am finding that at the end of this year for week 52 it is continuing
to roll onto week 53 and does not recognise that my max for the week
number or for this figure is 52 and then I want it to start at 1 again
for the next year.


Assuming that you are entering the first week number manually and you are
using the formula =A1+1 to index the week number change your formula to:

=IF(A1+1=53,1,A1+1)

which will reset the count back to 1.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving week numbers Bob Excel Worksheet Functions 0 November 3rd 05 10:27 AM
I need to =a set of numbers to a given week day.ie 6031 = Wed ect Budman Excel Discussion (Misc queries) 2 October 25th 05 10:14 PM
Calendar Template with week numbers Deej Excel Discussion (Misc queries) 1 October 24th 05 06:26 PM
Week Numbers gregork Excel Discussion (Misc queries) 2 February 19th 05 01:56 PM
How do I use week numbers for sub-totalling? Tinpot Excel Discussion (Misc queries) 2 February 4th 05 04:25 PM


All times are GMT +1. The time now is 10:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"