+ Reply to Thread
Results 1 to 6 of 6

How to filter numbers with specific format

  1. #1
    Registered User
    Join Date
    08-04-2017
    Location
    Melbourne
    MS-Off Ver
    excel2016
    Posts
    3

    How to filter numbers with specific format

    Hi,
    Please consider the following numbers which are just used as an example from my LED spectra:
    1399.9879854
    1399.9989564
    1400.0000125
    1400.0008596
    1401.0113564
    1401.1136548
    1401.3215648

    From these rows of numbers, I would only like to select the numbers that contain 0000 or 000 after the decimal point. Any advice to do it in excel?

    Kind Regards
    Parvez

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2504
    Posts
    13,726

    Re: How to filter numbers with specific format

    Parvez welcome to the forum.

    The first idea that comes to me is to create a helper column with this formula.

    =TEXT(MOD(G2,1),".0000000")

    Then apply Filters to the helper column > Contains > contains .0000 then click Or contains .000



    G
    H
    1
    Spectra
    4
    1400.0000125
    .0000125
    5
    1400.0008596
    .0008596
    9
    10
    11
    12
    13
    14
    15
    Last edited by FlameRetired; 08-04-2017 at 09:19 PM.
    Dave

  3. #3
    Registered User
    Join Date
    08-04-2017
    Location
    Melbourne
    MS-Off Ver
    excel2016
    Posts
    3

    Re: How to filter numbers with specific format

    Thanks very much.
    Regards
    Parvez

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,333

    Re: How to filter numbers with specific format

    Hi pmahbub and welcome to the forum,

    I think you can do this using numbers, without needing to go to text with a formula like:

    =MOD(A2,1)<0.001

    With your numbers in A2 and down the A column.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  5. #5
    Registered User
    Join Date
    08-04-2017
    Location
    Melbourne
    MS-Off Ver
    excel2016
    Posts
    3

    Re: How to filter numbers with specific format

    thanks very much.

  6. #6
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2504
    Posts
    13,726

    Re: How to filter numbers with specific format

    You're welcome. Thanks for the feedback.

+ 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. [SOLVED] Filter listbox with specific parameters to find specific records
    By chin67326 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-25-2015, 10:26 PM
  2. Replies: 1
    Last Post: 12-12-2014, 06:46 AM
  3. [SOLVED] I want telephone numbers and time of any format to specific format
    By Latha Mani in forum Excel General
    Replies: 16
    Last Post: 01-11-2014, 09:58 AM
  4. [SOLVED] I need to filter numbers separately that ends with a specific digit in the whole column?
    By motivationalist in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-12-2013, 11:35 AM
  5. Numbers to text in specific format
    By losty in forum Excel General
    Replies: 4
    Last Post: 02-18-2012, 12:56 PM
  6. Replies: 4
    Last Post: 09-12-2005, 06:05 PM
  7. Replies: 1
    Last Post: 02-01-2005, 01:06 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