+ Reply to Thread
Results 1 to 6 of 6

I want to search particular number string from all the number data

  1. #1
    Registered User
    Join Date
    06-23-2015
    Location
    India
    MS-Off Ver
    2010
    Posts
    5

    I want to search particular number string from all the number data

    Hi,

    I want to search particular number string from all the number data.

    E.g. -

    9822013351
    9822012146
    9822030078
    9822046440
    9850038947
    9822841819
    9850049182
    9850049364
    9850959337
    9850933737
    9881499208
    9850899103
    9881144884
    9881157621

    from these number i want to search numbers which are having 220 anywhere in it

    Kindly please help.

    Thank you

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,453

    Re: I want to search particular number string from all the number data

    And when you have found them, what happens?

    You could for example filter on numbers containing 220

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: I want to search particular number string from all the number data

    You could try:

    =IF(ISNUMBER(SEARCH(220,A1)),A1,"")

    which will return the value in A1 if it contains 220, or blank if it does not contain 220.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Registered User
    Join Date
    06-23-2015
    Location
    India
    MS-Off Ver
    2010
    Posts
    5

    Re: I want to search particular number string from all the number data

    Yes I want to filter those numbers and copy them to new sheet

  5. #5
    Registered User
    Join Date
    06-23-2015
    Location
    India
    MS-Off Ver
    2010
    Posts
    5

    Re: I want to search particular number string from all the number data

    Thank you Glenn that worked, but was willing to do it on sheet level so that i can sort the data i need.

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: I want to search particular number string from all the number data

    This array formula will do that... They're a little different from ordinary formulas in that they MUST be confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER.

    You will know the array is active when you see curly braces { } appear around the outside of your formula. If you do not CTRL+SHIFT+ENTER you will get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly braces yourself - it won't work...
    Attached Files Attached Files

+ 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. Search a string in number of pdf files
    By bhavyageethika in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-01-2013, 07:16 PM
  2. Search for txt string in multiple cells, return row number(s)
    By kris10s7 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-25-2012, 11:06 PM
  3. [SOLVED] VBA Search First Number of a String
    By Schwartz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-08-2012, 04:48 PM
  4. Search multiple tabs for number in string
    By smigom in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-11-2008, 02:36 AM
  5. search for number in string
    By Hein in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-27-2008, 10:34 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