+ Reply to Thread
Results 1 to 4 of 4

Total Novice Needs Help

  1. #1
    Registered User
    Join Date
    06-15-2012
    Location
    Manchester, England
    MS-Off Ver
    Excel 2010
    Posts
    2

    Question Total Novice Needs Help

    Hi all,

    I have what I'm sure you will think is a very simple question. I've never used excel for anything more than making tables.

    I've joined a new company which uses excel to maintain a customer 'database', on each line it has, customer number, company, contact person, telephone etc etc, with each one in a different box. The customer list is very long and it is saved as its own file.

    They keep a record of what each customer spends in another excel file. At the moment they have a print out of the customers and EVERY field is inputted manually into the new excel files which are created daily.

    Is there a way to input any one of the pieces of info (name or contact etc) into the spending sheet and then the remainder of the line to be filed in by reading from the customer 'database' file?

    Many thanks in advance,

    Alan

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Total Novice Needs Help

    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.

    HTH
    Regards, Jeff

  3. #3
    Forum Contributor
    Join Date
    08-22-2011
    Location
    Texas, United States
    MS-Off Ver
    Excel 2007 and 2010
    Posts
    516

    Re: Total Novice Needs Help

    Yes there is a way, all you need is a vlookup.

    What you are going to do is open the 'database file' then open the new file that you are filling in. In A1, or whichever you choose, place the customers name. Then in the next cell over, you are going to write this formula

    =VLOOKUP($A1,The file name and the cells that you are needing, the number of column you are looking for, False)

    The A1 is to reference the cell with the users name, then the file name part all you have to do is switch over to the other file via Alt+tab, then select all of the names by clicking the first one and drag all the way down, then all the way over to the last column in the database, this should put something like this into your formula ('Database!'A1:F2000), you are going to want dollar signs around all of the values to look like this $A$1:$F$2000, then put a comma and enter the column of the data you want including the first column, then comma then FALSE, the false is so that excel will search for the exact name.

    Example formula would be =vlookup($A1,'Database!'$A$1:$F$2000,2,FALSE)

    Next keep writing the names of the people in and dragging your formula down in the other column. to go accross the columns you will drag your formula over and just change the number , third thing in formula, to the numbered column on the other sheet. Please let me know if this makes sense. If not please attach your two doccuments and i will do it for you.
    Last edited by amotto11; 06-15-2012 at 11:48 AM.

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

    Re: Total Novice Needs Help

    This is also a duplicate file.
    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