+ Reply to Thread
Results 1 to 3 of 3

How to sort serial number - based on another sheet serial number order

  1. #1
    Forum Contributor prabhuduraraj09's Avatar
    Join Date
    05-19-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    330

    How to sort serial number - based on another sheet serial number order

    Hi all,

    I have tricky and simplest question / suggestion to ask,

    open to Formula or Vba approach

    I have sheet 1 Data , it was arranged..... like below

    The serial number got twisted.

    S.no Amt
    5 124.00
    1 225.00
    2 123.00
    4 124.00
    3 273.00


    Based on the Sheet 1, I want to arrange the serial number of Sheet 2
    in the same order of serial number

    Both Sheet got equal no. of data

    S.no Amt
    1 225.00
    2 263.00
    3 3837.00
    4 377.00
    5 84.00


    Objective is to Sort the Serial number of Sheet2, in the same order of Serial number in Sheet 1.

    Any ideas !
    Thank you

    If I have helped you in someway, use the * icon below to give reputation feedback, it is appreciated.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,463

    Re: How to sort serial number - based on another sheet serial number order

    In Sheet2 cell C2 you could have this formula:

    =MATCH(A2,Sheet1!A:A,0)

    then copy down. Then you can sort the data in Sheet2 using column C as the sort key.

    Hope this helps.

    Pete

  3. #3
    Forum Guru Sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2019 | 2021
    Posts
    15,027

    Re: How to sort serial number - based on another sheet serial number order

    Please Login or Register  to view this content.
    Last edited by Sintek; 03-18-2021 at 12:07 PM.
    Good Luck...
    I don't presume to know what I am doing, however, just like you, I too started somewhere...
    One-day, One-problem at a time!!!
    If you feel I have helped, please click on the [★ Add Reputation] to left of post window...
    Also....Add a comment if you like!!!!
    And remember...Mark Thread as Solved...
    Excel Forum Rocks!!!

+ 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. Insert rows, serial number and sub serial number
    By bavarunbansal in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-10-2020, 11:43 AM
  2. [SOLVED] how to put serial number based on a cell value / name
    By jilaba in forum Excel General
    Replies: 3
    Last Post: 02-14-2019, 02:26 PM
  3. Excel Table to sort by amount but leave Serial Number untouch
    By jp16 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-19-2018, 12:59 AM
  4. [SOLVED] auto generation order/serial number
    By NoobExcel12 in forum Excel General
    Replies: 1
    Last Post: 11-23-2017, 07:05 AM
  5. code to generate serial number based on number of records
    By winmaxservices1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-05-2015, 03:21 AM
  6. Sort by truncated year in serial number
    By MPICrusher in forum Excel General
    Replies: 3
    Last Post: 03-15-2011, 10:36 AM
  7. Finding a serial number in a list of serial numbers
    By zocoloco in forum Excel General
    Replies: 2
    Last Post: 02-04-2009, 05:20 AM

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