Results 1 to 4 of 4

Populating worksheet B from Worksheet A - VBA help

Threaded View

  1. #1
    Registered User
    Join Date
    03-21-2013
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    23

    Populating worksheet B from Worksheet A - VBA help

    Hi everyone,
    I have the following scenario:
    I have two worksheets RAW and BOM. What I would like to do is populate the BOM sheet FROM the RAW for certain components.


    For example in BOM worksheet I have VXL5-50 (highlighted in yellow). So for that component, I search sheet1--> 'connector type' column and look if that string exists. If it does, then I increment by 1 in the QTY column in the BOM worksheet

    Pseudocode:
    In BOM worksheet
    	For each Part number
    		Compare with "connector type" in "sheet1"
    		If there is a match
    			Increment "QTY" value by 1 in "BOM" worksheet
    		else move to next row
    		If row in "sheet1" is empty
    			stop script
    Excel file is attached at the bottom

    thank you
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 7
    Last Post: 05-22-2013, 04:45 PM
  2. [SOLVED] Need help populating a worksheet based on data from a separate worksheet and column.
    By Rlong1818 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-16-2012, 05:06 PM
  3. Automatically populating cells in a worksheet based on other worksheet column
    By umayank in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-16-2008, 12:33 AM
  4. Populating a column in a worksheet from another worksheet based on a common field
    By p.krembs@gmail.com in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-01-2006, 05:45 AM
  5. Replies: 1
    Last Post: 08-01-2006, 04:45 AM

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