+ Reply to Thread
Results 1 to 5 of 5

I want to select from a drop down list and automatically add the other list items in order

  1. #1
    Registered User
    Join Date
    05-04-2020
    Location
    Switzerland
    MS-Off Ver
    Office 365
    Posts
    5

    I want to select from a drop down list and automatically add the other list items in order

    Hi,

    I am trying to find a formula that will allow me to choose a day of the week from a drop down list and then automatically populate the following days of the week, in order, in other cells.

    For example, if I choose Tuesday in cell D106, I would like Wednesday to appear in cell 110, Thursday in cell 114, Friday in cell 118 and so on. If possible I would also like to make it dependant on the number of days that I have entered in another cell. To add to the example, if I enter 7 days in cell B106 and choose Tuesday in cell D106 then every 4th cell in column D should have the next day of the week until we arrive at Monday. If I enter 8 days it would stop at Tuesday, if I enter 9 days, Wednesday, and so on.

    Is that possible without using a Macro?

    Many thanks in advance,
    Scott

  2. #2
    Registered User
    Join Date
    05-04-2020
    Location
    Switzerland
    MS-Off Ver
    Office 365
    Posts
    5

    Re: I want to select from a drop down list and automatically add the other list items in o

    In case it isn't clear from my description, here is a screen shot and a small Excel sheet:

    Attachment 705996
    Attached Files Attached Files
    Last edited by cyclingscott; 11-26-2020 at 11:25 AM.

  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,116

    Re: I want to select from a drop down list and automatically add the other list items in o

    One way:

    =IF(1+INT((ROWS($1:5)-1)/4)>$B$2,"",INDEX($O$1:$O$7,1+MOD(VLOOKUP($D$2,$O$1:$P$7,2,FALSE)+INT((ROWS($1:1)-1)/4),7)))

    with a slight alteration to your Data validation table in column P.
    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

  4. #4
    Registered User
    Join Date
    05-04-2020
    Location
    Switzerland
    MS-Off Ver
    Office 365
    Posts
    5

    Re: I want to select from a drop down list and automatically add the other list items in o

    That's great, thanks Glen!

  5. #5
    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,116

    Re: I want to select from a drop down list and automatically add the other list items in o

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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] automatically select item in drop down list
    By babychai in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-23-2020, 06:24 AM
  2. How to mass select items in excel drop down list?
    By karyx in forum Excel General
    Replies: 5
    Last Post: 06-06-2017, 05:22 AM
  3. Replies: 0
    Last Post: 04-22-2014, 11:03 PM
  4. Select Multiple Items From Drop Down List
    By Niclal in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-21-2014, 01:43 PM
  5. Macro to automatically select items in a Data Validation List
    By Mysore in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-25-2012, 03:58 PM
  6. Non Select-able Items in Drop Down List
    By Corialis in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-23-2012, 02:36 PM
  7. Replies: 1
    Last Post: 05-14-2012, 05:06 AM

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