+ Reply to Thread
Results 1 to 3 of 3

Extraxting data from database to a better lay-out

  1. #1
    Registered User
    Join Date
    01-08-2011
    Location
    Utrecht
    MS-Off Ver
    Excel 2007
    Posts
    4

    Extraxting data from database to a better lay-out

    Hello everybody,

    I am busy trying to creatin a form, but I can't find what is the write formule to use.

    My excel form exist out of 2 sheets. The first sheet contains a lot of data (both text or numbers), but it is in a format which is not easy to read, so on the second sheet I want to create a form where it will be possible to see part of the data in a more friendly form.

    What I want is a dropdown menu within the names which refer to rows in the first sheet (e.g. Department A, Department B, Department C. etc.)

    the rest of the sheet is a blanco form in wich the data could be presented in a clear overview. My question is which formule I should put in the cells ment for showing the data to show up the right information corresponding with the requested data?

    I put an example which does what I want using the "If" formule, which is ok for limited data, but not for the amount of data I am planning to add to it.

    Thanks for your help
    Attached Files Attached Files
    Last edited by Suehtomit; 02-27-2012 at 11:39 AM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Extraxting data from database to a better lay-out

    This is a standard LOOKUP table scenario, like a mapping grid. I would use INDEX with MATCH to get the X and Y coordinates.

    In cell C11, put this formula, then copy down:

    =INDEX($C$2:$G$5, MATCH($G$10, Criteria, 0), MATCH($B11, $C$1:$G$1, 0))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    01-08-2011
    Location
    Utrecht
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Extraxting data from database to a better lay-out

    Thank you, I think I can translate this solution to my form :-)

+ 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