+ Reply to Thread
Results 1 to 3 of 3

Pulls names from list in order

  1. #1
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Pulls names from list in order

    In this file, I would like to pull names in order from the list in column K, and when you get to the end of the list in column K, start over with the first name in the list.

    Columnn E does that for me, but in this case, I would actually like to pull the results as in Column F. In other words, use each name twice before going to the next name in the list.
    Attached Files Attached Files
    HTH
    Regards, Jeff

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

    Re: Pulls names from list in order

    Try:

    =LET(A,K2:K9,B,ROWS(A),C,3,D,3,INDEX(A,1+MOD(1+INT(SEQUENCE(B*C*D,,0)/D)-1,B)))

    where C is the number of times the entire list is to be repeated and where D is the number of repetitions of each name within each cycle.
    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

  3. #3
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: Pulls names from list in order

    Hi Glenn,

    This is perfect. Thank you for your time.

+ 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. Re-Order Cols and Delete Cols when a List of Col Names in Order is Given using VBA
    By e4excel in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 12-30-2022, 10:49 AM
  2. Reg: allocation of names in a order to a excel data list
    By dorabajji in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-23-2019, 01:02 PM
  3. List unique names in order of highest to lowest values
    By Adzie17 in forum Excel General
    Replies: 1
    Last Post: 09-23-2018, 12:29 AM
  4. [SOLVED] INDEX Formula - Want to list names in Numerical Order
    By mlbdc2012 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-01-2015, 12:06 PM
  5. Reshuffling of worksheet names depending on the order of cells in a list + more
    By joshnathan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-05-2012, 09:06 AM
  6. list names in random order in Excel 2002
    By John Murf in forum Excel General
    Replies: 3
    Last Post: 02-24-2006, 10:10 PM
  7. Replies: 1
    Last Post: 06-08-2005, 11:05 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