Consulting

Results 1 to 3 of 3

Thread: Move informaiton based on a match

  1. #1
    VBAX Regular
    Joined
    May 2016
    Posts
    69
    Location

    Move informaiton based on a match

    Hi friends,

    I have information in columns A:M and information in columns S:Z.

    I need to move the S:Z row based on a match between columns B and columns T.

    So for example in column B, I have "Construction Truck" in Row 98

    In column T, I have "Construction Truck" in Row 140. I would need this program then to move S140:Z140 to S98:Z98.

    I would need this program to Loop through all of Column T and move the information into the respective row that matches in Column B.

    It also, can't overwrite any of the information.

    Please, help

  2. #2
    Knowledge Base Approver VBAX Wizard p45cal's Avatar
    Joined
    Oct 2005
    Location
    Surrey UK
    Posts
    5,875
    Supply a file with some data (de-sensitised if necessary) to experiment with.
    p45cal
    Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.

  3. #3
    VBAX Regular
    Joined
    May 2016
    Posts
    69
    Location
    Thanks p45cal, for this project, I ended up doing it manually due to timing.

    But I will definitely revisit this, try to go through the web to figure it out, and if I can't figure it out, I will reach out again.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •