+ Reply to Thread
Results 1 to 15 of 15

Student Assignment Planner = Help!

  1. #1
    Registered User
    Join Date
    06-15-2020
    Location
    Brisbane, Australia
    MS-Off Ver
    2006
    Posts
    6

    Student Assignment Planner = Help!

    Does anyone know how to edit the template so the description of the assignment appears in the month and week view rather than Assignment Due! text? Thank you :-)

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Student Assignment Planner = Help!

    Umm which template? I doubt many members have their crystal balls out at the moment lol

    If this is a purchased template, contact the vendor.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    06-15-2020
    Location
    Brisbane, Australia
    MS-Off Ver
    2006
    Posts
    6

    Re: Student Assignment Planner = Help!

    Am using standard excel template. I need the event description to appear in the month view and weekly view calendar rather than returning "assignment due" for every event. Thanks
    Attached Files Attached Files

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Student Assignment Planner = Help!

    Try this...
    =IF(LEN(C6)=0,"",IF(COUNTIF(Assignments[DUE DATE],DATE(MoYear,MoMonthNum,C6))>0,INDEX(Assignments!$B:$B,MATCH(DATE(MoYear,MoMonthNum,C6),Assignments!$C:$C,0)),""))

    I changed the bolded part

  5. #5
    Registered User
    Join Date
    06-15-2020
    Location
    Brisbane, Australia
    MS-Off Ver
    2006
    Posts
    6

    Re: Student Assignment Planner = Help!

    Thank you, that worked. If I have multiple events on one day, do you have any suggestions on how I can get it to display the multiple events please?

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Student Assignment Planner = Help!

    How many events are you likely to have each day?

    Pete

  7. #7
    Registered User
    Join Date
    06-15-2020
    Location
    Brisbane, Australia
    MS-Off Ver
    2006
    Posts
    6

    Re: Student Assignment Planner = Help!

    Hi Pete, probably maximum of 6, want to use it for students to record assignments/exams, extra curricular activities and part time work.

    Thanks.

  8. #8
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Student Assignment Planner = Help!

    Do you intend to use it for a number of students (perhaps having a drop-down to select a particular student), or will each student have their own file? In your Assignments sheet you do not have a column to identify the student.

    I've done a number of these calendar files, so I can probably amend one easily enough to suit your purposes - please attach another file showing what data you intend to use.

    Hope this helps.

    Pete

  9. #9
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Student Assignment Planner = Help!

    Try this, using a helper column in Assignments sheet (I used E)...
    E4=B4&IF(C4=C5," & "&E5,"")
    copied down.

    Provided all your dates are in order, this will starts accumulating Descriptions for you (from the bottom up so the 1st entry will have all classes).

    You could then use column in my this in my suggested formula, instead of col B...
    =IF(LEN(C6)=0,"",IF(COUNTIF(Assignments[DUE DATE],DATE(MoYear,MoMonthNum,C6))>0,INDEX(Assignments!$E:$E,MATCH(DATE(MoYear,MoMonthNum,C6),Assignments!$C:$C,0)),""))

  10. #10
    Registered User
    Join Date
    06-15-2020
    Location
    Brisbane, Australia
    MS-Off Ver
    2006
    Posts
    6

    Re: Student Assignment Planner = Help!

    Hi Peter, plan is that each student has their own spreadsheet and continues to add events to it throughout the school year. Cheers, Kylie

  11. #11
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Student Assignment Planner = Help!

    Did you try my updated suggestion?

  12. #12
    Registered User
    Join Date
    06-15-2020
    Location
    Brisbane, Australia
    MS-Off Ver
    2006
    Posts
    6

    Re: Student Assignment Planner = Help!

    Yes, that did work, just what I needed.... thank you so much for your help.

  13. #13
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Student Assignment Planner = Help!

    Happy to help

  14. #14
    Registered User
    Join Date
    01-09-2021
    Location
    Richmond, Kentucky
    MS-Off Ver
    2016
    Posts
    1

    Re: Student Assignment Planner = Help!

    Hi FDibbins, I get a circular reference error when I add the helper column. Was there an update after this suggestion?

  15. #15
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: Student Assignment Planner = Help!

    Administrative Note:

    Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.

    Please see Forum Rule #4 about hijacking and start a new thread for your query.

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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. Replies: 6
    Last Post: 08-31-2019, 01:03 PM
  2. [SOLVED] Lowest average of student and return student name
    By johnsnider1 in forum Excel General
    Replies: 8
    Last Post: 08-25-2018, 08:48 AM
  3. student assignment planner help
    By DELTA626 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-16-2015, 03:18 PM
  4. Student Assignment Planner Help!
    By dsteimel in forum Excel General
    Replies: 3
    Last Post: 10-12-2015, 02:26 AM
  5. Replies: 1
    Last Post: 02-06-2014, 08:07 AM
  6. 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
  7. Planner
    By Dean81 in forum Excel General
    Replies: 5
    Last Post: 09-22-2011, 12:35 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