+ Reply to Thread
Results 1 to 2 of 2

How to select sorted data listed under an unsorted grouping?

  1. #1
    Joe R.
    Guest

    How to select sorted data listed under an unsorted grouping?

    The objectivon is to list card numbers (i.e. 0006, 0011, 1297, 2305, etc.) on
    a sheet (Sheet 2) in the same row as the package designation (i.e. BC01X,
    BC02A, BC03B, etc.) for that group. The data comes from a sheet (Sheet 1)
    where the card numbers column is sorted, but the package designation is not.

    The number of cards varies from package to package. The listing of card
    numbers on the packages sheet (2) must be in consecutive cells within the row
    with no blanks in between.

    Example:

    BC01X 0002 0009 0022 0096 0588 1122
    BC02A 0006 0016 0038 1445
    BC03B 1233 1235 5996 6093 6095 7022 7145 8432

  2. #2
    mcg
    Guest

    Re: How to select sorted data listed under an unsorted grouping?

    add one more (C) column with formula "
    count.if($A$2:A2;A2)
    i assumed that col A contains package designation & B 0002 0009 etc
    then create pivot table
    & format its contents as 0000
    mcg


+ 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