+ Reply to Thread
Results 1 to 4 of 4

VBA Code To Mirror Cells from one Worksheet to another based on sequence number

  1. #1
    Registered User
    Join Date
    07-14-2010
    Location
    Melbourne
    MS-Off Ver
    Excel 2007
    Posts
    2

    Smile VBA Code To Mirror Cells from one Worksheet to another based on sequence number

    I need to mirror individual cells from one worksheet to another but each transaction has a unique sequence number so the cell should mirror the right transaction based on its Seq. number

    I've attached a file with two worksheets. The MasterData in one and a report extracted from the MasterData. I would like to mirror the comments field so each time a user input data in the comments field it mirrors the info to the same transaction in the masterdata.

    I really appreciate all the help you can provide.


    Thank-you,
    Jarrinson
    Attached Files Attached Files

  2. #2
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,342

    Re: VBA Code To Mirror Cells from one Worksheet to another based on sequence number

    Hi jarrinsonp,
    Welcome to the forum
    if the seq# are filter in decending order then in

    the report sheet AB2 =INDEX(MasterData!Q:Q,MATCH(A2,MasterData!A:A))
    fill down
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  3. #3
    Registered User
    Join Date
    07-14-2010
    Location
    Melbourne
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: VBA Code To Mirror Cells from one Worksheet to another based on sequence number

    Quote Originally Posted by pike View Post
    Hi jarrinsonp,
    Welcome to the forum
    if the seq# are filter in decending order then in

    the report sheet AB2 =INDEX(MasterData!Q:Q,MATCH(A2,MasterData!A:A))
    fill down
    Thanks mate, but I'd like to mirror the info from the report to the masterdata.this formula is the other way around.

    Cheers,
    Jarrinson

  4. #4
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,342

    Re: VBA Code To Mirror Cells from one Worksheet to another based on sequence number

    Hi jarrinsonp
    Can attach a before and after example as I not too sure what you need?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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