+ Reply to Thread
Results 1 to 18 of 18

Managing Data on excel

  1. #1
    Registered User
    Join Date
    03-27-2014
    Location
    NYC
    MS-Off Ver
    Excel 2007
    Posts
    2

    Managing Data on excel

    I have a Contact list with the following Header row
    A1 - Account No.
    B1 - Customer
    C1 - Street1
    D1 - Street2
    E1 - City
    F1 - State
    G1 - Zip
    H1 - Phone
    I1 - Terms

    I would like to create a sheet, where i can just key in or select the name of the customer (B1) and the corresponding data in all other columns Fills up. Can anyone please show me how to do this.

    Thank You.

  2. #2
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Managing Data on excel

    Hello and welcome to the forum,

    You can easily accomplish this using a series of vlookup formulas. This thread contains ideas and examples to get you started.

    abousetta
    Please consider:

    Thanking those who helped you. Click the star icon in the lower left part of the contributor's post and add Reputation.
    Cleaning up when you're done. Mark your thread [SOLVED] if you received your answer.

  3. #3
    Registered User
    Join Date
    03-27-2014
    Location
    NYC
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Managing Data on excel

    Hello Abousetta,

    Thank you for your reply. I am just starting out with excel and am not familiar with the vlookup. Is there another thread that shows vlookup for beginners.

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Managing Data on excel

    Please see attached file with two sheets: AccountView and Data. On AccountView sheet you can enter account number and data will populate in the cells below.
    Attached Files Attached Files
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  5. #5
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Managing Data on excel

    Hi,

    If you google, vlookup, there are a literally a million tutorials and videos on how to use it. It is one of the most used functions in Excel, and you should familiarize yourself with its cousins (Hlookup, index/match). These three functions will up your ability to use Excel markedly.

    Good luck.

    abousetta

  6. #6
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Managing Data on excel

    Hi Alkey,

    Small world... I grew up in Lake Alfred/ Winter Haven/ Auburndale region. Wonder how Polk County has changed over the past few decades.

    abousetta

  7. #7
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Managing Data on excel

    Hi abousetta, it is good know there are folks that once lived here. It did change quite a bit for the past decades. The weather is nice this time of year.

  8. #8
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Managing Data on excel

    I currently live in a mild arctic climate, so I'm hoping Florida is still warm . Replaced the bass fishing for walleye fishing through 50" of ice. Never imagined I could burn my hand and get frostbite at the same time... Good times!!!

  9. #9
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Managing Data on excel

    I guess, OP left for today...

  10. #10
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: Managing Data on excel

    Quote Originally Posted by AlKey View Post
    Please see attached file with two sheets: AccountView and Data. On AccountView sheet you can enter account number and data will populate in the cells below.
    The OP wants to do the VLOOKUP based on the customer name, so to use VLOOKUP, the customer name and account number columns need to be reversed in the data table so theat the lookup column (customer) is leftmost. The AccountView tab could be enhanced with a drop-down box for the customer name using a data validation list that refers to the customer column on the Data tab.

    For the OP's benefit:

    What a VLOOKUP query does is match the lookup value in the leftmost column of the array given in the formula, then looks across to the column stated and returns that result.

    =VLOOKUP(lookup_value, lookup_array, column_number_in_array, true/false) where false returns an exact match and true returns an approximate match.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  11. #11
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Managing Data on excel

    Quote Originally Posted by AliGW View Post
    to use VLOOKUP, the customer name and account number columns need to be reversed in the data table so that the lookup column (customer) is leftmost
    Not necessarily... look at the examples in the link I provided the OP.

  12. #12
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: Managing Data on excel

    Quote Originally Posted by abousetta View Post
    Not necessarily... look at the examples in the link I provided the OP.
    I missed that! Very interesting ... :-)

  13. #13
    Registered User
    Join Date
    03-22-2014
    Location
    Philippines
    MS-Off Ver
    Excel 2007,2010
    Posts
    39

    Post Re: Managing Data on excel

    Dear all,

    Another way is to use Index Function. This function is better than vlookup

    Thanks

  14. #14
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Managing Data on excel

    Index/ Match is more flexible, but more difficult to use by someone new to Excel.

  15. #15
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Managing Data on excel

    Another argument for VLOOKUP is: why would you use two functions (INDEX and MATCH) if this task can be accomplished with one? Besides, for the layout that was suggested there is no speed or usability benefits from using INDEX/MATCH.

  16. #16
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: Managing Data on excel

    Quote Originally Posted by blueblink01 View Post
    Dear all,

    Another way is to use Index Function. This function is better than vlookup

    Thanks
    Define "better".

  17. #17
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Managing Data on excel

    This small example shows you how you can do what you want by using a table for your data which allows the data listing to be dynamic in formulae relating to the data. There is a small table on Sheet2 with the names which is also a table so you can add names and the drop down list in B2 will automatically be adjusted to the customer names.
    Attached Files Attached Files
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  18. #18
    Registered User
    Join Date
    03-22-2014
    Location
    Philippines
    MS-Off Ver
    Excel 2007,2010
    Posts
    39

    Re: Managing Data on excel

    Index function can perform vlookup and hlookup function at the same time.

+ 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. Programming approach: managing external data with an Excel application
    By Alex Simmons in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-02-2013, 08:11 PM
  2. Managing changing data
    By ozsavsta in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-08-2009, 07:38 AM
  3. Managing data between worksheets
    By Drickmt in forum Excel General
    Replies: 1
    Last Post: 04-06-2008, 02:26 PM
  4. Managing Data
    By DGillham in forum Excel General
    Replies: 5
    Last Post: 11-02-2007, 11:11 PM
  5. Managing bad data
    By hasn7 in forum Excel General
    Replies: 2
    Last Post: 05-18-2006, 06:00 PM

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