+ Reply to Thread
Results 1 to 3 of 3

VBA: Find row (in one tab) based on cell value (in second tab) and paste data

  1. #1
    Registered User
    Join Date
    08-14-2014
    Location
    providence, RI
    MS-Off Ver
    2010
    Posts
    8

    Lightbulb VBA: Find row (in one tab) based on cell value (in second tab) and paste data

    Hello All,

    I have a workbook with two tabs.

    In the "Project" tab users enter project specific information.
    In the "Data" tab a table is kept of all the project information.

    On the "Project" tab users have the ability to look at current project information, add new projects, and modify existing project data.

    What I want:
    A user has entered new project information on the "Project" tab. I now want to copy this information to the appropriate row in the "Data" tab.

    What I need excel to do:
    1. Determine which row in the "Data" tab corresponds to the updated project information entered in the "Project" tab. To do this, excel must find the cell contents in cell Project B61 (I named the cell "_updateProjectName") on the "Data" tab in column B (this is an excel table header "Project:" and the range is named "projects".

    2. Copy the data from Project B61:Z61 and paste it in the correct row on the Data tab (based on step 1 above) starting in column B.

    3. If the cell Project B30 (named _NewIndicator) equals the text "NEW", then copy the data from Project B61:AA61 into the first empty row in the "Data tab" starting in column B


    Index/Match, Vlookup, other formulas are not an option.

    Thank you!

  2. #2
    Forum Expert
    Join Date
    07-31-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    4,070

    Re: VBA: Find row (in one tab) based on cell value (in second tab) and paste data

    Untested:

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    08-14-2014
    Location
    providence, RI
    MS-Off Ver
    2010
    Posts
    8

    Re: VBA: Find row (in one tab) based on cell value (in second tab) and paste data

    Thank you!

+ 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. Find specific Data copy and paste into Cell Macro VBA
    By kunmateo93 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-06-2014, 10:17 AM
  2. [SOLVED] Find Value of First sheet in another and copy related data for that cell value and paste.
    By deepak.sirsale in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-30-2013, 09:26 AM
  3. Find cell and paste based on multiple (two) criteria
    By conlinuk in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-28-2012, 12:50 PM
  4. Find cell and paste based on multiple (two) criteria
    By conlinuk in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-28-2012, 12:25 PM
  5. Replies: 0
    Last Post: 11-06-2012, 06:44 PM

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