+ Reply to Thread
Results 1 to 5 of 5

excel macro illiterate - need to copy information out of sheets

Hybrid View

  1. #1
    Registered User
    Join Date
    06-03-2011
    Location
    blo
    MS-Off Ver
    Excel 2003
    Posts
    2

    excel macro illiterate - need to copy information out of sheets

    need to copy information, name, date, time out of one sheet and into another. I have no experience with macros in excel. Appreciate any help you might give.

  2. #2
    Registered User
    Join Date
    05-27-2011
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2007
    Posts
    72

    Re: excel macro illiterate - need to copy information out of sheets

    Not sure the scenario you're working with but it sounds like a =vlookup formula you need.

    =VLOOKUP(A1,SheetTwo!A:G,2,FALSE)

    What this does is:
    -Looks at a value in the cell you specify on your current sheet (A1 in the example above)
    -Looks at a range in another sheet you specify (named SheetTwo above, range is columns A through G.
    -Looks for the corresponding value in the row it found based on which column you need (column 2 in your range in the example above)
    -FALSE only indicates that it needs an exact match when looking for the value

    So you'd have a name on your current sheet and you're trying to grab all associated info with that name on your 2nd sheet and bring it over. So if you put a name in cell A1 on your first sheet and this formula in cell B1, it will look for the name anywhere in columns A:G on your 2nd sheet, when it finds it in column A on the 2nd sheet it will return the value of the cell next to it in column B (if you put a 3 instead of 2 in the formula it would return the value of the 3rd column, C).

    Is this at all what you were looking for?

  3. #3
    Registered User
    Join Date
    05-27-2011
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2007
    Posts
    72

    Re: excel macro illiterate - need to copy information out of sheets

    Oh I just noticed it said macro. Do you want to push a button and have it just copy all the info from one sheet to another? I think I'd need more specific information of what you are needing because it sounds like a copy & paste.

    The other possibility is you are looking for a userform. A userform will create a box with information fields for the user to fill out and submit, this info then gets placed into another sheet. If this is the case there are some great step by step userform creation instructions out there, such as:

    http://www.contextures.com/xlUserForm01.html

  4. #4
    Registered User
    Join Date
    06-03-2011
    Location
    blo
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: excel macro illiterate - need to copy information out of sheets

    This looks about what I need, thanks for the great break down! Very helpful!

    Yeah basically I need it to search a specific name, date and time - then take the info it finds that meets that criteria and copy it out to another excel sheet.
    Last edited by darknature; 06-03-2011 at 10:02 AM.

  5. #5
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: excel macro illiterate - need to copy information out of sheets

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    PLEASE PM WHEN YOU HAVE DONE THIS AND I WILL DELETE THIS POST
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ 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