+ Reply to Thread
Results 1 to 8 of 8

Filter for certain data

  1. #1
    Registered User
    Join Date
    06-24-2022
    Location
    Munich, Germany
    MS-Off Ver
    Windows 365
    Posts
    16

    Filter for certain data

    Hi dear comunity,

    I would like to filter for some specific data in my excel sheet, but I don't know how.
    I want to filter all and only the data which come after a cell with 0: I marked them in the example below.

    Really appreciate any help, thanks!


    0.91 0 0
    0.92 0 0
    0.93 462.391 -270.6395
    0.94 444.7837 -307.3841
    0.95 429.1938 -303.347
    0.96 421.5768 -257.0081

    kind regards
    Valo

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Filter for certain data

    d2 =IF(AND(B1=0,B2<>0),"yes","") and drag down.

    After that filter in column D on criteria yes.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    06-24-2022
    Location
    Munich, Germany
    MS-Off Ver
    Windows 365
    Posts
    16

    Re: Filter for certain data

    Thanks a lot for your help
    unfortunately it is not working, because it says the formular ist not working..
    Attachment 785043

    You know what the problem is?
    Thank you in advance

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Filter for certain data

    It is working for me.

    See the attached file.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    06-24-2022
    Location
    Munich, Germany
    MS-Off Ver
    Windows 365
    Posts
    16

    Re: Filter for certain data

    yes. no i works, amazing! Thanks
    it was in english, so i think it was not working in my excel.

    Do you how I can put all the data with "yes" in one column together?

    Thank you

  6. #6
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Filter for certain data

    a2=IF(E2="","",COUNTIF($E$2:$E2,$E2)) and drag down.

    I2 =IFERROR(VLOOKUP($H1,$A$2:$E$11,COLUMN()-7,0),"") and drag across.



    Second solution.

    With copy / paste special


    See the attached file.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    06-24-2022
    Location
    Munich, Germany
    MS-Off Ver
    Windows 365
    Posts
    16

    Re: Filter for certain data

    Thank a lot again, that worked out relly good!

  8. #8
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Filter for certain data

    Glad I could help.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ 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. using google sheets create filter tab does not filter importrange data correctly
    By western in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 02-23-2021, 08:14 AM
  2. Filter data on sheet1 and show visible filter data on sheet 2 in colmn A
    By TAMMY32 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 01-25-2021, 09:35 PM
  3. VBA Advanced Filter - Two Filters Without Deleting Bottom Filter Data In Same Column Range
    By hysterical.useless in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-14-2017, 02:54 PM
  4. Replies: 1
    Last Post: 12-12-2014, 06:46 AM
  5. Replies: 0
    Last Post: 01-16-2014, 10:55 AM
  6. Replies: 2
    Last Post: 10-07-2013, 04:57 AM
  7. Second Advanced Filter does not work based on the data generated from the filter
    By mucc1928 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-29-2011, 02:42 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