+ Reply to Thread
Results 1 to 3 of 3

create a searchable excel document

  1. #1
    Registered User
    Join Date
    09-04-2012
    Location
    Washington, USA
    MS-Off Ver
    Excel 2010
    Posts
    22

    create a searchable excel document

    I need to create a searchable excel sheet that will allow me to find information based on zip codes. I want to type in a zip code on a "search sheet" and have only the information pop up from a data sheet with only the relating info from a particular zip code. I have attached an example of what I want to happen
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    12-22-2010
    Location
    Rio, Brazil
    MS-Off Ver
    Excel 2010, 2016
    Posts
    209

    Re: create a searchable excel document

    See if this is ok
    Attached Files Attached Files
    Marcelo Branco

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: create a searchable excel document

    Enter in B4 and drag it across and down

    **Data must be sorted by the zip code

    =IF($A$2="","",IF(OFFSET(data!$F1,MATCH($A$2,data!$F$2:$F$5,0),COLUMN($A1)-1)<>$A$2,"",OFFSET(data!$F1,MATCH($A$2,data!$F$2:$F$5,0),COLUMN(A1)-6)))
    Last edited by AlKey; 09-27-2013 at 10:53 PM. Reason: Corrected formula
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Create a searchable data sheet
    By danishaikh in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-15-2012, 11:33 AM
  2. Create a searchable listbox
    By jay-pea in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-12-2011, 07:43 PM
  3. Searchable Table via PDF Document
    By couger77 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-18-2011, 11:21 AM
  4. Replies: 5
    Last Post: 10-01-2008, 08:30 AM
  5. Replies: 0
    Last Post: 06-23-2006, 01:15 PM

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