+ Reply to Thread
Results 1 to 3 of 3

How do I put worksheets in alphabetical order

  1. #1
    DLee
    Guest

    How do I put worksheets in alphabetical order

    I have created a database which has been worked on by someone else.

    I have made the necessary alterations but how do I check for duplicate
    entries on each worksheet.

    Thansk

  2. #2
    JE McGimpsey
    Guest

    Re: How do I put worksheets in alphabetical order

    Take a look at

    http://cpearson.com/excel/duplicat.htm


    In article <[email protected]>,
    "DLee" <[email protected]> wrote:

    > I have created a database which has been worked on by someone else.
    >
    > I have made the necessary alterations but how do I check for duplicate
    > entries on each worksheet.
    >
    > Thansk


  3. #3
    Bill Ridgeway
    Guest

    Re: How do I put worksheets in alphabetical order

    First you need two helper columns -
    One column to give each row a number - so that you can at least get it
    back to the same order as it started.
    One column to contain a formula =IF(a2=a1,1,0) (where column A is
    suspected to have duplicated cells)

    Sort on the suspicious column

    Find any incidents of 1 in the second helper column. This indicates a
    duplication.

    Regards.

    Bill Ridgeway
    Computer Solutions

    "DLee" <[email protected]> wrote in message
    news:[email protected]...
    >I have created a database which has been worked on by someone else.
    >
    > I have made the necessary alterations but how do I check for duplicate
    > entries on each worksheet.
    >
    > Thansk




+ 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