+ Reply to Thread
Results 1 to 8 of 8

[b]Create a Search section on Excel Document[/b]

  1. #1
    Registered User
    Join Date
    12-06-2008
    Location
    UK
    Posts
    58

    [b]Create a Search section on Excel Document[/b]

    Good Afternoon,
    I have recently created a database that will store vehicle registration numbers.

    I would like to add an area on the excel sheet where i can type in a registration number and it will check the stored registrations and if there is one already saved with the same one it will show this and its details on the screen.

    Can anyone assist with this please? Ideally it needs to be a textbox with a button that you can search with.. Preferably a userform?

    I have attached my Excel file

    Kind Regards
    Attached Files Attached Files
    Last edited by cruiser102; 02-20-2009 at 12:09 PM.

  2. #2
    Forum Contributor
    Join Date
    07-07-2005
    Location
    England
    MS-Off Ver
    Office 2019 Enterprise
    Posts
    473

    Re: Create a Search section on Excel Document

    Im sure you have your reasons but why not just use the standard Excel Find function?

  3. #3
    Registered User
    Join Date
    12-06-2008
    Location
    UK
    Posts
    58

    Re: Create a Search section on Excel Document

    Because its for people who are not used to really using computers and it would be much easier for other people to just simply enter the details in a box and search on the 'home' screen.

    ..... Any ideas?

  4. #4
    Registered User
    Join Date
    02-19-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003 and Excel 2007
    Posts
    37

    Re: Create a Search section on Excel Document

    Hi,

    Is this an option? A simple vlookup seems to be what you are after?

    Alex
    Attached Files Attached Files

  5. #5
    Forum Contributor EdMac's Avatar
    Join Date
    01-23-2006
    Location
    Exeter, UK
    MS-Off Ver
    2003
    Posts
    1,264

    Re: Create a Search section on Excel Document

    Just use VLOOKUP?
    Ed
    _____________________________
    Always learning, but never enough!
    _____________________________

  6. #6
    Registered User
    Join Date
    12-06-2008
    Location
    UK
    Posts
    58

    Re: Create a Search section on Excel Document

    Thats Great!! Fantastic for this document,


    But how do you make one of these? - I also have a Persons Details system where i would like to be able to search, surname, and DOB.. Could i use the same setup?

    Thanks Very much

  7. #7
    Registered User
    Join Date
    02-19-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003 and Excel 2007
    Posts
    37

    Re: Create a Search section on Excel Document

    just be aware that the named range I used only covers a certain area on the list

    Go to Insert... names... define and select columns A:G

    This is completely transferable... just use the vlookup function - I've complicated mine by using the match function to lookup the title in column d. You can just replace this with a column number

    =VLOOKUP($D$15,DataTable,2,FALSE) will pull back the Make

  8. #8
    Registered User
    Join Date
    12-06-2008
    Location
    UK
    Posts
    58

    Re: Create a Search section on Excel Document

    Thanks, Just to add another question to the thread regarding searches how can i make a search to lookup the following:

    I would like to search for the Make of the vehicle and the date it was seen. How can i programme this to return the matches? Preferably a userform or area on spreadsheet

    Regards
    Mark

+ 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