+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Database Help

Hybrid View

  1. #1
    Registered User
    Join Date
    08-01-2009
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    3

    Database Help

    I have created a Excel Database for estimating, my DB includes, item description, item code, unit price , labor rate etc.

    I have created an estimating sheet and i would like to reference items in the database. i.e I have data validation on the estimating page which enables me to pick items from the DB on a drop down menu. What i would like to do is display field information of the item selected and automatically fill the estimating sheet with unit price, laboor rates etc.

    i.e. I go to my Estimating sheet (which is blank) drop down menu select 20Amp receptacles, then automatically the data for Unit_Price, Labor_rates etc is filled with info from the corresponding cell in my DB.

    thanks....

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Database Help

    You need to use one of the lookup functions such as VLOOKUP or perhaps a combination of INDEX & MATCH. To get a more precise answer, upload a sample of your workbook so we can see the structure.

    See this link for more information on the above functions.
    Contextures

    Here is the basic idea:
    Let's say your database is Sheet1
    A1: Item Code
    B1: Item Description
    C1: Unit Price
    Row2 and below are data cells

    On the Esitmating sheet
    A1:C1 match the headers in the database

    A2: = dropdown of item codes
    B2: =VLOOKUP(A2,Sheet1!A2:C100,2,0)
    C2: =VLOOKUP(A2,Sheet1!A2:C100,3,0)

+ 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