+ Reply to Thread
Results 1 to 11 of 11

Listing numbers from a column without organizing them

  1. #1
    Registered User
    Join Date
    11-21-2014
    Location
    Texas, United States
    MS-Off Ver
    2013
    Posts
    4

    Listing numbers from a column without organizing them

    I am not sure if my title made sense, but basically I was wondering if there is a function other than SMALL that will list the numbers out for me without organizing them from smallest to largest.

    Please Login or Register  to view this content.
    This is the formula that I am using right now, but SMALL will list the numbers out in the array from smallest to largest. Is there a way to list them in order of appearance from column E?

    Thanks ahead of time! I am kind of a noob when it comes to excel.
    Last edited by leprkon; 11-21-2014 at 06:40 AM.

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Listing numbers from a column without organizing them

    Could you upload a sample file?

  3. #3
    Registered User
    Join Date
    11-21-2014
    Location
    Texas, United States
    MS-Off Ver
    2013
    Posts
    4

    Re: Listing numbers from a column without organizing them

    Quote Originally Posted by FlameRetired View Post
    Could you upload a sample file?

    The VBA work around is kind of a pain, and I am not very good at coding....

    haha, it would be cool if I could have the numbers generated in column E be selected randomly and displayed in a ListBox somehow. That is what I am attempting to do with VBA. I am trying to do a raffle, and having the numbers show up numerically would kindof defeat the purpose of doing the raffle.

    I could either go with the VBA route, or figure out a way to have the numbers line up in a random order from column E.

    I don't know if I am making sense...this is all a bit over my head!

    Nonetheless, here is the file that I am working with!
    musigma2.xlsx


    Basically, I have the random numbers generated, but I wanted to select from them randomly, or list them randomly...
    Last edited by leprkon; 11-21-2014 at 06:01 AM.

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Listing numbers from a column without organizing them

    The explanation is confusing. Are you wanting to extract numbers from column E and make a consolidated list somewhere?

  5. #5
    Registered User
    Join Date
    11-21-2014
    Location
    Texas, United States
    MS-Off Ver
    2013
    Posts
    4

    Re: Listing numbers from a column without organizing them

    Sorry, I guess I am not too good at explaining this.

    Let's start over - I have the list of numbers randomly generated in column E, but they aren't necessarily random in that they are ordered sequentially. Would there happen to be a way to list the numbers in a random order? The numbers are already listed in a dimensional array using this formula -
    =IF(F1+$Z$2>$B$5,"",SMALL($E$1:$E$1000,F1+$Z$2))
    but when I list it that way, it is listed in order of their appearance.

    I guess the majority of the confusion is that I had made changes to what I was originally working with since the first post. As it stands, the excel file that I attached to my previous post is what I am trying to work with.

  6. #6
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Listing numbers from a column without organizing them

    OK. Let's try something different. This uploaded file has a column G of RAND() numbers; next to that is a column of numbers 1-16; with both

    selected/highlighted and the active cell G1, repeatedly click on one of the sort A-Z or Z-A buttons. This will re-randomize column G and carry the

    randomized sort over to column H. Is this something you can use for a starting point?
    Attached Files Attached Files

  7. #7
    Valued Forum Contributor
    Join Date
    08-04-2011
    Location
    UK
    MS-Off Ver
    Excel 2021
    Posts
    346

    Re: Listing numbers from a column without organizing them

    i took the liberty to change your formula similar, hope that meet your requirement.
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    11-21-2014
    Location
    Texas, United States
    MS-Off Ver
    2013
    Posts
    4

    Re: Listing numbers from a column without organizing them

    Quote Originally Posted by FlameRetired View Post
    OK. Let's try something different. This uploaded file has a column G of RAND() numbers; next to that is a column of numbers 1-16; with both

    selected/highlighted and the active cell G1, repeatedly click on one of the sort A-Z or Z-A buttons. This will re-randomize column G and carry the

    randomized sort over to column H. Is this something you can use for a starting point?
    Quote Originally Posted by AlanY View Post
    i took the liberty to change your formula similar, hope that meet your requirement.
    Thanks Flame! I had actually started doing that also! I appreciate it though!

    Alan! You did it! That was exactly what I was looking for! I had never used INDIRECT before, but I am glad that you were able to apply it to my table so well! I appreciate the help!

    Thanks again Flame and Alan!!

  9. #9
    Valued Forum Contributor
    Join Date
    08-04-2011
    Location
    UK
    MS-Off Ver
    Excel 2021
    Posts
    346

    Re: Listing numbers from a column without organizing them

    you're welcome

  10. #10
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Listing numbers from a column without organizing them

    You're welcome.

  11. #11
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Listing numbers from a column without organizing them

    Quote Originally Posted by AlanY View Post
    i took the liberty to change your formula similar, hope that meet your requirement.
    Good solution AlanY. Very slick!!

+ 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] Listing even and odd numbers
    By szasz in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-26-2013, 02:31 PM
  2. [SOLVED] Listing missing numbers
    By Statz in forum Excel General
    Replies: 7
    Last Post: 10-16-2012, 01:08 PM
  3. Excel 2007 : Organizing a range of data into a new column
    By Cuckooguy in forum Excel General
    Replies: 2
    Last Post: 06-27-2010, 07:11 AM
  4. Listing possible combinations of numbers
    By Rgaherty in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-02-2010, 09:39 PM
  5. listing numbers in column
    By jgclickfind in forum Excel General
    Replies: 6
    Last Post: 05-20-2005, 04: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