PC Review


Reply
Thread Tools Rate Thread

date filtering by number

 
 
Lynn
Guest
Posts: n/a
 
      10th Oct 2009
I have a spreadsheet that lists, with start dates in column C. I would
like to be able to automatically number the dates which fall within
the same week

example, if start date falls within this week, column D will be
labelled as 1. if start date falls within next week, column D will be
labelled as 2. if start date falls within 3rd week, column D will be
labelled as 3.... and so on...

Can anyone clue me in as to how to do this?
 
Reply With Quote
 
 
 
 
Lars-Åke Aspelin
Guest
Posts: n/a
 
      10th Oct 2009
On Fri, 9 Oct 2009 19:53:03 -0700 (PDT), Lynn
<(E-Mail Removed)> wrote:

>I have a spreadsheet that lists, with start dates in column C. I would
>like to be able to automatically number the dates which fall within
>the same week
>
>example, if start date falls within this week, column D will be
>labelled as 1. if start date falls within next week, column D will be
>labelled as 2. if start date falls within 3rd week, column D will be
>labelled as 3.... and so on...
>
>Can anyone clue me in as to how to do this?



Assuming that a week starts on a Monday, try this formula in cell D1:

=1+INT((C1-TODAY()+WEEKDAY(TODAY(),3))/7)

Hope this helps / Lars-Åke
 
Reply With Quote
 
john
Guest
Posts: n/a
 
      10th Oct 2009
You can return the week number of a date we can use the WEEKNUM formula.
This will return a number that indicates where the week falls numerically
within a year.
If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in. – from your menu bar - Tools>Add-ins.

Formula syntax for the WEEKNUM formula:-

WEEKNUM(serial_num,return_type)

Serial_num is a valid date.
Return_type is a number that determines the day the week begins.

- Return_type 1 Default, (it can be omitted) the week begins on a Sunday.

- Return_type 2, the week begins on a Monday.

example:

=WEEKNUM(C1) or =WEEKNUM(C1,2)


hope helpful

--
jb


"Lynn" wrote:

> I have a spreadsheet that lists, with start dates in column C. I would
> like to be able to automatically number the dates which fall within
> the same week
>
> example, if start date falls within this week, column D will be
> labelled as 1. if start date falls within next week, column D will be
> labelled as 2. if start date falls within 3rd week, column D will be
> labelled as 3.... and so on...
>
> Can anyone clue me in as to how to do this?
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find first row number after filtering StevenM Microsoft Excel Programming 3 6th Aug 2009 06:01 PM
Phone Number Filtering asadnaveed2@gmail.com Microsoft Excel Discussion 3 8th Jun 2009 03:16 AM
Date filtering with spanish date format =?Utf-8?B?SnVhbg==?= Microsoft Access Form Coding 2 25th Apr 2007 06:40 PM
Re: Year(Number) And Date(Number) input to date range output Wayne Morgan Microsoft Access 0 30th Sep 2003 12:04 AM
Year(Number) And Date(Number) input to date range output Connie Microsoft Access 0 29th Sep 2003 05:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:19 AM.