+ Reply to Thread
Results 1 to 4 of 4

aranging numbers from one cell or three cells to one cell in numerical order

  1. #1
    Registered User
    Join Date
    03-02-2013
    Location
    nassau, bahamas
    MS-Off Ver
    Excel 2008
    Posts
    2

    aranging numbers from one cell or three cells to one cell in numerical order

    I have 290 in a cell i would like a formula that would rearrage that in numerical order as 029. I also have 2 9 0 in separate columns and would like to arrange it in numerical order in one cell.

  2. #2
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: aranging numbers from one cell or three cells to one cell in numerical order

    For the second question (this assumes the 3 cells are in A1-C1, change the references if needed):
    =SMALL(A1:C1,1)&SMALL(A1:C1,2)&SMALL(A1:C1,3)

    working on the first question
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  3. #3
    Registered User
    Join Date
    03-02-2013
    Location
    nassau, bahamas
    MS-Off Ver
    Excel 2008
    Posts
    2

    Re: aranging numbers from one cell or three cells to one cell in numerical order

    this helps a bit thank you. There is one challenge when i put it in my spreadsheet it comes up as #num, maybe because i have extracted the numbers in the colums from someplace else. It would be great if you found an answer to the first. Nevertheless, I will try to get it to work trying some other things to have the number appear.

  4. #4
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: aranging numbers from one cell or three cells to one cell in numerical order

    the only reason I can see a #NUM error coming up is a zero is an "o" or "O" instead of a zero "0",this is why early programming languages made "0" with a slash through it, it made the "O" and the "0" different enought to VISUALLY notice....other likely culprits may be "l" instead of '1","B" instead of '8',leading/trailing spaces(use trim(ref) to get rid of those)...etc...also, if the values are TEXT, rather than NUMBERS, you may run into that problem...the way around that is wrap the reference in the VALUE() function (ie.. =....VALUE(A1).....)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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