+ Reply to Thread
Results 1 to 9 of 9

Create a search engine in excel to display an item and corresponding characteristics

  1. #1
    Registered User
    Join Date
    03-19-2013
    Location
    london, england
    MS-Off Ver
    Excel 2010
    Posts
    4

    Question Create a search engine in excel to display an item and corresponding characteristics

    Hello everybody,

    I would like to know how I can build a search engine. I have attached a file with an idea about how I would like it. What I would like to have is a sheet with a search button. If the correct number is putted in this file the corresponding data should appear in the same sheet. I do not know how to make this at all!!
    This is just a small file but if i know how to build it, it would concern a much bigger file and maybe even some graphs (if that is possible)

    Can someone help me?

    thnx!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    04-03-2012
    Location
    East Sussex, UK
    MS-Off Ver
    Excel 2003:2010
    Posts
    893

    Re: Create a search engine in excel to display an item and corresponding characteristics

    Hi, Put the below formulas in the cells mentioned:

    C9 - =VLOOKUP($C$5,data!$A$2:$D$13,2,FALSE)
    D9 - =VLOOKUP($C$5,data!$A$2:$D$13,3,FALSE)
    E9 - =VLOOKUP($C$5,data!$A$2:$D$13,4,FALSE)

    The results will change automatically when you change the number in C5.
    If I've been of help, please hit the star

  3. #3
    Registered User
    Join Date
    03-19-2013
    Location
    london, england
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Create a search engine in excel to display an item and corresponding characteristics

    Thank you spencer101 for the quick response, it took me a while because I had to translate the formula to another language.. (hope to change that also one day)
    It worked, this is what i wanted. Is it also maybe possible to show some sort of a graph. So for instance in maintenance, when a car has broken down, can you show the history of earlier defects this car had? like: 4 times a broken engine, 2 times a oil leak, etc. (maybe a bit of a weird example....)

    thank you!

  4. #4
    Valued Forum Contributor
    Join Date
    04-03-2012
    Location
    East Sussex, UK
    MS-Off Ver
    Excel 2003:2010
    Posts
    893

    Re: Create a search engine in excel to display an item and corresponding characteristics

    Hi,

    Yes it would be possible to graph details like that. But to be able to provide help on that we would need to see an example of your actual workbook so we could see the layout and how data is used and stored.

    S.

  5. #5
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: Create a search engine in excel to display an item and corresponding characteristics

    write at C9 (sheet search engine)
    =OFFSET(data!$A$1,MATCH($C$5,data!$A$2:$A$13,0),COLUMN(A$1))
    copy to right

  6. #6
    Registered User
    Join Date
    03-19-2013
    Location
    london, england
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Create a search engine in excel to display an item and corresponding characteristics

    Thank you all, I will make an example of a workbook.

  7. #7
    Registered User
    Join Date
    08-01-2012
    Location
    canada
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Create a search engine in excel to display an item and corresponding characteristics

    Bro i del c5 then show #n/a help me sir.

  8. #8
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: Create a search engine in excel to display an item and corresponding characteristics

    offcourse, all result depend on value atC5 (OFFSET(data!$A$1,MATCH($C$5,data!$A$2:$A$13,0),COLUMN(A$1))
    so if C5 was blank then show #N/A

  9. #9
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: Create a search engine in excel to display an item and corresponding characteristics

    mubarakal,

    Unfortunately you need to post your question in a new thread, it's against the forum rules to post a question in the thread of another user. If you create your own thread, any advice will be tailored to your situation so you should include a description of what you've done and are trying to do. Also, if you feel that this thread is particularly relevant to what you are trying to do, you can surely include a link to it in your new thread.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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