+ Reply to Thread
Results 1 to 2 of 2

Search for info and copy found info to specific cells

  1. #1
    Registered User
    Join Date
    02-19-2010
    Location
    Cardiff, Wales
    MS-Off Ver
    Excel 2003
    Posts
    1

    Search for info and copy found info to specific cells

    Hi,

    First let me say that this is my first attempt at programming in Excel and any programming experience I have is in RPG so it’s not really helping me through this.

    To give a little context: The team I work with have finally become fed up with the shear number of business cards from external companies we have floating around and we want to put together a quick and dirty repository for the contact details. Along with this I was going to include external company’s information so we can quickly see what services/software they provide to use.

    What I’m looking at is sheet containing individual’s information, one to hold company info, a main sheet to permit searches on people with the results displayed on this sheet and an additional sheet for searching on a company displaying the company details and a list of contacts (obtained from the sheet that holds individuals data) we have at that company.

    Well, I thought ‘I have some programming knowledge, won’t take long’ – seems my knowledge and Google have both failed me….


    I’m asking for help with the initial search for the individuals as I think I can use and modify code for that to other areas of the spreadsheet. At the moment the code I have finds the record and enters only the first name into the specific results cell, I need to retrieve all the individuals information from the search (each individual has a single row with cells A-N used) and enter them into the appropriate cells and I also would like to accommodate multiple search results.

    I’d like to change the ‘for’ loop in the code so it doesn’t search each sheet just whichever is specified in the code.

    Below is the embarrassing attempt I have made:
    Please Login or Register  to view this content.

  2. #2
    Valued Forum Contributor
    Join Date
    06-16-2006
    Location
    Sydney, Australia
    MS-Off Ver
    2013 64bit
    Posts
    1,394

    Re: Search for info and copy found info to specific cells

    You don't have to approach this as a RPG programmer if you don't want to. You CAN, but you don't have to. Based on your description, I would create a simple table, and then use Ctrl-F to find the guy you are looking for. Now if you are looking to make it a bit funkier, then that is a different story :-)

+ 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