+ Reply to Thread
Results 1 to 2 of 2

Sort by specific word, then reg sort. (VB knowlege NEEDED)

  1. #1
    Registered User
    Join Date
    09-23-2005
    Posts
    7

    Question SOLVED -- Used a custom sort order.

    Alright ladies and gents, I'm back.

    I am able to compile several worksheets into one, and then sort that data.
    Works perfectly.

    My "employer" now wants me to be able to put a specific word at the top of the sort, then regularly sort the rest of it.

    Want a better walkthrough of this?


    Okay, this deals with several attendance subsheets, that are compiled into one big workbook.

    the students all go to different schools.
    He wants a specific school to be put first; no matter what, then the rest of them just sorted normally.

    So, say the school he wants sorted first is "Garfunkle".
    All of the garfunkle students would be sorted first, then the rest of the schools/students would be sorted apart from them.

    How on earth would I do this??
    Last edited by Zlord; 10-26-2005 at 01:07 AM. Reason: Solved

  2. #2
    Rowan Drummond
    Guest

    Re: Sort by specific word, then reg sort. (VB knowlege NEEDED)

    One way would be to use a helper column (No VB knowledge needed). Say
    your school names are in column B. In an empty column in row 2 enter:
    =IF(B2="Garfunkle","AAAAAAA",B2)
    Copy down as needed and then sort by this new column.

    Hope this helps
    Rowan

    Zlord wrote:
    > Alright ladies and gents, I'm back.
    >
    > I am able to compile several worksheets into one, and then sort that
    > data.
    > Works perfectly.
    >
    > My "employer" now wants me to be able to put a specific word at the top
    > of the sort, then regularly sort the rest of it.
    >
    > Want a better walkthrough of this?
    >
    >
    > Okay, this deals with several attendance subsheets, that are compiled
    > into one big workbook.
    >
    > the students all go to different schools.
    > He wants a specific school to be put first; no matter what, then the
    > rest of them just sorted normally.
    >
    > So, say the school he wants sorted first is "Garfunkle".
    > All of the garfunkle students would be sorted first, then the rest of
    > the schools/students would be sorted apart from them.
    >
    > How on earth would I do this??
    >
    >


+ 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