Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Need to categorize to do list by date, please

In Excel 2003, I am trying to keep a "to do list", but I also want to assign
either a date (or none) for each item, and then have them show up in other
sections, categorized by the date (or none) assigned. I would like to have
them separated into different worksheets:
1. Worksheet 1: General list which includes all entries
2. Worksheet 2: "This week", includes sections for each day
3. Worksheet 3: "Next week"
4. Worksheet 4: Open dated

etc... Please help! Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Need to categorize to do list by date, please

For starters, try using autofilter on a helper, criteria col
which categorizes your input col ..

Assuming your key inputs is in A2 down
you could place something like this criteria into B2:
=
IF(A2="","",IF(A2="Open","Open dated",
IF(WEEKNUM(A2,2)=WEEKNUM(TODAY(),2)+1,"Next week",
IF(WEEKNUM(A2,2)=WEEKNUM(TODAY(),2),"This week",
IF(WEEKNUM(A2,2)=WEEKNUM(TODAY(),2)-1,"Last week",
"Out-of-range")))))

Entire criteria expression goes into B2, its "exploded" for easy
understanding. Note the criteria presumes that other than input of real
dates, the only valid text input made in A2 down will be the word: Open

Copy B2 down to cover the max extent of inputs expected in col A, say down
to B200. In use, just apply/use autofilter on col B to choose any category's
subset that's desired.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
"OCDinNC" wrote:
In Excel 2003, I am trying to keep a "to do list", but I also want to assign
either a date (or none) for each item, and then have them show up in other
sections, categorized by the date (or none) assigned. I would like to have
them separated into different worksheets:
1. Worksheet 1: General list which includes all entries
2. Worksheet 2: "This week", includes sections for each day
3. Worksheet 3: "Next week"
4. Worksheet 4: Open dated

etc... Please help! Thanks!

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
Categorize certain times of day as other days ecd211 Excel Discussion (Misc queries) 1 August 28th 08 08:08 PM
Categorize Income and Expenses? gee14 Excel Discussion (Misc queries) 4 September 6th 07 11:34 PM
Want to Automatically Re-Categorize a Downloaded Internet Spreadsheet The Moose Excel Discussion (Misc queries) 2 October 13th 06 10:24 AM
Auto filtering vs Date List Create List torajudo Excel Worksheet Functions 2 January 29th 06 10:30 AM
Categorize drop down list Vince Excel Worksheet Functions 2 July 7th 05 09:31 AM


All times are GMT +1. The time now is 02:19 PM.

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"