+ Reply to Thread
Results 1 to 3 of 3

Show Required Tasks

  1. #1
    Registered User
    Join Date
    06-12-2012
    Location
    United Kingdom
    MS-Off Ver
    Excel 2003
    Posts
    11

    Show Required Tasks

    I have a spreadsheet with a list of task. In one of the columns I have either daily, Monday, Tuesday, Wednesday, Thursday, Friday or the 1st of the Month. This relates to when the task needs to be carried out. What I want is to be able to automatically display either on the same sheet or another sheet the tasks that are required on the day I open the spreadsheet. For example if I open it on Friday 1st June 2012, it would list all the daily tasks, the tasks for Friday's and the tasks for the 1st of the month. To make it a little harder if the 1st falls on a weekend then I need the tasks for the 1st of the month to display on the Monday after this.

    Can anyone point me in the direction of where to start? I am guessing it is going to need to involve some level of programming rather than just formulas.

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094

    Re: Show Required Tasks

    Hi,

    Does the attached work for you?

    HTH
    Steve

    return tasks.xlsx

    Sorry, to account for the first falling on a Sat or Sun modify the formula in C2 to:
    =IF(OR(B2="Saturday",B2="Sunday"),"",IF(OR(DAY(A2)=1,AND(DAY(A2)=3,B2="Monday"),AND(DAY(A2)=2,B2="Monday")),VLOOKUP(B2,$H$2:$I$7,2,FALSE)&", "&VLOOKUP("1st of Month",$H$2:$I$7,2,FALSE),VLOOKUP(B2,$H$2:$I$7,2,FALSE)))

    HTH
    Steve
    Last edited by SteveG; 06-12-2012 at 02:18 PM.

  3. #3
    Registered User
    Join Date
    06-12-2012
    Location
    United Kingdom
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Show Required Tasks

    Thanks while not exactly what I need I can use the formula to work it out.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1