+ Reply to Thread
Results 1 to 3 of 3

Search and Find box

  1. #1
    Registered User
    Join Date
    08-02-2006
    Posts
    7

    Search and Find box

    Hi guys

    I would like to create a database in excel where i can create a database on sheet 2 and have a multiple search box on sheet one, is this possible.

  2. #2
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    I think you'll have to be a bit more specific. It sounds like you are trying to type in a value on sheet 1 and have it return info from sheet 2. If that's correct, try =VLOOKUP(A1,Sheet2!A1:B100,2,False) where A1 is the value to be looked up, the second argument is the range, the third is the column to return, and False means lookup the exact match of A1 instead of the closest match without going over.

  3. #3
    Registered User
    Join Date
    08-02-2006
    Posts
    7
    Quote Originally Posted by darkyam
    I think you'll have to be a bit more specific. It sounds like you are trying to type in a value on sheet 1 and have it return info from sheet 2. If that's correct, try =VLOOKUP(A1,Sheet2!A1:B100,2,False) where A1 is the value to be looked up, the second argument is the range, the third is the column to return, and False means lookup the exact match of A1 instead of the closest match without going over.
    That's right, but what I would like to do is have a multiple search box on sheet 1

    For e.g

    say I want to search a name and address or name and post code etc..

    and I would also like sheet 2 protected so it it can't be altered/changed by anyone else but me.

+ 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