+ Reply to Thread
Results 1 to 7 of 7

extend search formula to mutiple search for single a cell

  1. #1
    Registered User
    Join Date
    07-28-2013
    Location
    Athens
    MS-Off Ver
    Excel 2010
    Posts
    55

    Question extend search formula to mutiple search for single a cell

    Hi

    I have this formula and I want to extend it for multiple search and post the results to the cell that runs (eg B1):
    Please Login or Register  to view this content.

    I want the formula to be like this:
    Please Login or Register  to view this content.
    I want to use 42 option with that formula. Is it possible?

    UPDATE!!!
    I have use playaller's formula like this and it works (thank you):
    Please Login or Register  to view this content.
    Last edited by lagiosman; 05-20-2014 at 01:06 PM.
    ~Our technology has exceeded our humanity~

  2. #2
    Valued Forum Contributor
    Join Date
    09-01-2013
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    324

    Re: extend search formula to mutiple search for single a cell

    This would extend your formula:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    To add more, replace the last set of quotes "" with the below formula extension and update the wording. Paste in B1 and pull down.

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    You can keep replacing the last "" with the full above code to keep extending it. Making sure all labels are added in A1 before dragging the code down.
    Last edited by playaller; 05-20-2014 at 12:28 PM.


    Shelton A.
    If Helpful, Add Reputaion!

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: extend search formula to mutiple search for single a cell

    How many options are there? If less than 5, maybe an inclusive Lookup or an IF. If more than 5, than maybe create a table with what might be in A in column 1 and what you want returned in column 2, then do a vlookup on that table.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    07-28-2013
    Location
    Athens
    MS-Off Ver
    Excel 2010
    Posts
    55

    Re: extend search formula to mutiple search for single a cell

    Quote Originally Posted by playaller View Post
    This would extend your formula:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    To add more, replace the last set of quotes "" with the below formula extension and update the wording. Paste in B1 and pull down.

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    You can keep replacing the last "" with the full above code to keep extending it. Making sure all labels are added in A1 before dragging the code down.
    Thank I will try it right now and I will post the results

    Quote Originally Posted by ChemistB View Post
    How many options are there? If less than 5, maybe an inclusive Lookup or an IF. If more than 5, than maybe create a table with what might be in A in column 1 and what you want returned in column 2, then do a vlookup on that table.
    In about 42 Categories. Is it possible to use the formula that playaller suggests me?


    Thanks..

  5. #5
    Valued Forum Contributor
    Join Date
    09-01-2013
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    324

    Re: extend search formula to mutiple search for single a cell

    The method I proposed will deff work but is just a basic method. V-lookup or Match would be easier and more logical in the long run if you're updating the list.

    If you had for example your master list in sheet 2.
    In column A all of the Devices
    Column B all of the converted Labels next to each device.

    That way a vlookup can easily be used on sheet one column B to pull the name from your list in sheet 2 matching column A on sheet 1. This would make it easier to update the list on sheet 2 with the formula in place rather than re-updating the formula over and over in sheet one.

    Ofcourse if your products don't change then 1 and done with my original method is fine. The preference is yours.
    Last edited by playaller; 05-20-2014 at 12:51 PM.

  6. #6
    Registered User
    Join Date
    07-28-2013
    Location
    Athens
    MS-Off Ver
    Excel 2010
    Posts
    55

    Re: extend search formula to mutiple search for single a cell

    Quote Originally Posted by playaller View Post
    The method I proposed will deff work but is just a basic method. V-lookup or Match would be easier and more logical in the long run if you're updating the list.

    If you had for example your master list in sheet 2.
    In column A all of the Devices
    Column B all of the converted Labels next to each device.

    That way a vlookup can easily be used on sheet one column B to pull the name from your list in sheet 2 matching column A on sheet 1. This would make it easier to update the list on sheet 2 with the formula in place rather than re-updating the formula over and over in sheet one.

    Ofcourse if your products don't change then 1 and done with my original method is fine. The preference is yours.
    I have use your formula like this, thank you it works:
    Please Login or Register  to view this content.

  7. #7
    Valued Forum Contributor
    Join Date
    09-01-2013
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2010
    Posts
    324

    Re: extend search formula to mutiple search for single a cell

    You're more than welcome. Glad I could help!

+ 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. Replies: 4
    Last Post: 05-20-2014, 10:03 AM
  2. formula to search for text and display all in single cell
    By gorelordz in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-28-2014, 12:12 AM
  3. Replies: 5
    Last Post: 03-29-2012, 04:12 AM
  4. Replies: 9
    Last Post: 01-22-2012, 01:31 PM
  5. How to search within a single cell
    By Etrnal168 in forum Excel General
    Replies: 4
    Last Post: 12-10-2005, 10:26 AM

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