+ Reply to Thread
Results 1 to 2 of 2

update the subsequent rows at each change in other column

  1. #1
    Registered User
    Join Date
    04-17-2009
    Location
    texas
    MS-Off Ver
    Excel 2003
    Posts
    2

    update the subsequent rows at each change in other column

    Hi,
    I want to update the subsequent rows at each change in other column
    the sample file is attached in which there are 2 columns
    A and B
    I want to update the NEW column at each change in OLD column
    I have manually shown as how it should be updated

    A formula or a Macro will resolve my problem

    OLD NEW
    AAA AAA01
    AAA AAA02
    AAA AAA03
    AAA AAA04
    AEE AEE01
    AEE AEE02
    AEE AEE03
    AEE AEE04
    ADR ADR01
    ADR ADR02
    ADR ADR03
    Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    re: update the subsequent rows at each change in other column

    Hello,

    maybe in B2 and copied down:

    =A2&TEXT(COUNTIF($A$1:A2,A2),"00")

+ 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