+ Reply to Thread
Results 1 to 6 of 6

student assignment planner help

  1. #1
    Registered User
    Join Date
    10-23-2015
    Location
    texas
    MS-Off Ver
    2013
    Posts
    3

    student assignment planner help

    need some help renaming "assignment due" as well as adding more text "projects" in dates.Student assignment planner1.xlsx

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,202

    Re: student assignment planner help

    Is this what you require ?

    =IF(LEN(G6)=0,"",IF(COUNTIF(Assignments[DUE DATE],DATE(MoYear,MoMonthNum,G6))>0,INDEX(Assignments!$B$5:$B$20,MATCH(DATE(MoYear,MoMonthNum,G6),Assignments!$C$5:$C$20,0)),""))

    i.e. Add assignment texts from "Assignments" ?

  3. #3
    Registered User
    Join Date
    10-23-2015
    Location
    texas
    MS-Off Ver
    2013
    Posts
    3

    Re: student assignment planner help

    On dates 10/20 how would i enter multiple projects?

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,202

    Re: student assignment planner help

    Try in 20th Oct

    =IFERROR(IF(LEN($D$24)=0,"",IF(COUNTIF(Assignments[DUE DATE],DATE(MoYear,MoMonthNum,$D$24))>0,INDEX(Assignments!$B$5:$B$20,SMALL(IF(DATE(MoYear,MoMonthNum,$D$24)=Assignments!$C$5:$C$20,ROW($B$5:$B$20)-ROW($B$5)+1,""),ROWS($B$5:B5))))),"")

    Enter with Ctrl+Shift+Enter

    You will get curly brackets { } round the formula if entered OK (don't try and enter them yourself)

    Drag formula down.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    10-23-2015
    Location
    texas
    MS-Off Ver
    2013
    Posts
    3

    Re: student assignment planner help

    AWESOME!!!! thank you, got everything fixed now....

  6. #6
    Registered User
    Join Date
    12-16-2015
    Location
    Edmonton, AB, Canada
    MS-Off Ver
    2010
    Posts
    1

    Re: student assignment planner help

    I used the above solution for the same student assignment planner template and it worked, but am now having the following problems:

    1. When I change the month or year of the calendar, the formulas return FALSE instead of a blank ("") when there's assignment entered on that date in the 'Assignments' tab.

    2. Is there any easier way to drag the formula across the row so I have it in all the dates on the calendar? Because the date cell we're referencing is locked (i.e. $D$24), it returns the same result across the row (instead of referencing E24, F24, etc.). If I remove the $ to 'unlock' it, will that affect the formula?

    I'm trying to avoid having to manually enter the formula in every single date on the calendar. If you have solutions for either or both of these, it would be a big help! Thank you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Student Assignment Planner Help!
    By dsteimel in forum Excel General
    Replies: 3
    Last Post: 10-12-2015, 02:26 AM
  2. Replies: 1
    Last Post: 02-06-2014, 08:07 AM
  3. Fill planner table relying on data from another table winery planner
    By pleb in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-10-2013, 04:54 AM
  4. Planner
    By Dean81 in forum Excel General
    Replies: 5
    Last Post: 09-22-2011, 12:35 PM
  5. Leave Planner
    By kbenstead in forum Excel General
    Replies: 6
    Last Post: 12-06-2010, 10:52 PM
  6. Day planner
    By KeithDickens in forum Excel General
    Replies: 1
    Last Post: 10-14-2008, 09:22 PM

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