+ Reply to Thread
Results 1 to 3 of 3

searching box

  1. #1
    Registered User
    Join Date
    12-03-2017
    Location
    Kuwait
    MS-Off Ver
    excel 2013
    Posts
    32

    searching box

    Dear All,I would appreciate if anyone can help me with matter in the attached file i would like to search through column B starting from row 11 through row 1777 i would like instead of opening the search window (Ctrl+F) i would like to have a cell or a search box where i could add a specific number and with hitting the enter it would locate the searching value

    Thank you for your help
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: searching box

    Hi, welcome to the forum

    So, when you find what you want, what do you then want to do?
    =MATCH(""&F2,$B$11:$B$1777,0)
    will return the 1st row in the table that contains the match
    =MATCH(""&F2,$B:$B,0)
    will return the row number of the match
    =INDEX(C11:C177,MATCH(""&F2,$B$11:$B$1777,0))
    will return the relevant info, based on the search, from column D
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    12-03-2017
    Location
    Kuwait
    MS-Off Ver
    excel 2013
    Posts
    32

    Re: searching box

    Thank you and appreciate your help the only methodei wantis to enter the value cell of B11:B1777 in the cell F2 and click enter only to locate the searching value or number same methode as when i open the window for the search option Ctrl+F
    i want this because it is more easy for our work to immediately add the client number in the cell and click enter insteadof opening the window of search

    Thank you

+ 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. Need help with searching and looking up.
    By dontyoudare61 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-17-2014, 10:16 PM
  2. Searching
    By cruise in forum Excel General
    Replies: 1
    Last Post: 02-16-2011, 01:01 PM
  3. Searching
    By calaban007 in forum Excel General
    Replies: 2
    Last Post: 01-20-2011, 12:18 PM
  4. searching for tab
    By Kevin R in forum Excel General
    Replies: 3
    Last Post: 01-16-2006, 05:00 PM
  5. searching
    By Tracy A in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM
  6. searching
    By Tracy A in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  7. [SOLVED] searching
    By Tom Ogilvy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2005, 07:05 AM

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