+ Reply to Thread
Results 1 to 8 of 8

Current Week Course and Assignment

  1. #1
    Banned User!
    Join Date
    09-26-2017
    Location
    USA
    MS-Off Ver
    2010
    Posts
    607

    Current Week Course and Assignment

    Hello,

    I tried to populate the Assignment cell D12 of Current Week View sheet but this formula isn't working. Does anyone know why not? My objective is to populate the cells C12:L21.

    Thank you for any help or suggestions,
    Billy

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: Current Week Course and Assignment

    You had two named ranges WkYear. I killed one and then had to kill the other as Excel didn't "like"it. It's now re-instated. the other problem was C10. That is a full date... 19/3/18. If you want to select ONLY the day, then you need to amend the formula:

    =IFERROR(INDEX(Assignments!$C:$C,SMALL(IF(Assignments[Due Date]=DATE(WkYear,WkMonthNum,DAY(C$10)),ROW(Assignments[Assignment])),ROWS($1:1))),"")

    Don't forget that this is an array formula and needs CTRL-SHIFT-Enter
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: Current Week Course and Assignment

    That said... do you really need the WkYear thing at all?

    =IFERROR(INDEX(Assignments!$C:$C,SMALL(IF(Assignments[Due Date]=C$10),ROW(Assignments[Assignment])),ROWS($1:1))),"")

  4. #4
    Banned User!
    Join Date
    09-26-2017
    Location
    USA
    MS-Off Ver
    2010
    Posts
    607

    Re: Current Week Course and Assignment

    Thanks Glenn for correcting. I was able to put that in column C by just changing the $C:$C to $B:$B so it will the associated Course for that date.

    How to copy across?

  5. #5
    Banned User!
    Join Date
    09-26-2017
    Location
    USA
    MS-Off Ver
    2010
    Posts
    607

    Re: Current Week Course and Assignment

    The #3 gives an error

  6. #6
    Banned User!
    Join Date
    09-26-2017
    Location
    USA
    MS-Off Ver
    2010
    Posts
    607

    Re: Current Week Course and Assignment

    I copied the first 2 cells and pasted across. Then dragged down each column and it seemed to work.

    Thank you Glenn

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: Current Week Course and Assignment

    One ) too many..

    =IFERROR(INDEX(Assignments!$C:$C,SMALL(IF(Assignments[Due Date]=C$10,ROW(Assignments[Assignment])),ROWS($1:1))),"")

  8. #8
    Banned User!
    Join Date
    09-26-2017
    Location
    USA
    MS-Off Ver
    2010
    Posts
    607

    Re: Current Week Course and Assignment

    Okay got it thanks again Glenn.

+ 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. [SOLVED] Set PivotTable Filter to Current Day, Current Week, Current Month, or Current Year
    By EnigmaMatter in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-30-2014, 08:31 AM
  2. UserForm with that shows Previous Week Data and allows you to update current week
    By hicks1ch in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-22-2014, 09:47 AM
  3. Chart previous week data as grouped and current week as ungrouped
    By r_a_c_a_4_u in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-17-2013, 12:55 PM
  4. Counting for current week.
    By mattmorris in forum Excel General
    Replies: 1
    Last Post: 06-28-2012, 08:20 AM
  5. Macro to sort an activity sheet by current week and current + last 1 and 2 weeks
    By engineering_excel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-13-2011, 11:28 AM
  6. Replies: 4
    Last Post: 03-21-2011, 05:37 PM
  7. Current week
    By monty4u1 in forum Excel General
    Replies: 2
    Last Post: 11-24-2009, 05:37 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