+ Reply to Thread
Results 1 to 2 of 2

Macro to retain rows by combining Max between 2 rows

  1. #1
    Registered User
    Join Date
    05-10-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    2

    Post Macro to retain rows by combining Max between 2 rows

    Hi - I have EXCEL Data in the following Format:

    Test ID STEP Run ID
    1 1 333
    1 2 333
    1 3 333
    1 1 555
    1 2 555
    1 3 555
    1 1 567
    1 2 567
    1 3 567

    Need a macro such that the result is displayed in following fashion (The macro should return the Test ID and Steps for MAX Run ID only). All other data should get deleted.

    Test ID STEP Run ID
    1 1 567
    1 2 567
    1 3 567

  2. #2
    Registered User
    Join Date
    05-10-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Macro to retain rows by combining Max between 2 rows

    Test ID | STEP | Run ID

+ 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