+ Reply to Thread
Results 1 to 2 of 2

Dynamic Filter

  1. #1
    Registered User
    Join Date
    06-04-2017
    Location
    India
    MS-Off Ver
    2013
    Posts
    54

    Dynamic Filter

    I want to filter a list of numbers if no. >= 80. It should be dynamic. If i enter 70 instead of 80, it should give me no. >=70.

    I can implement it with if else function but i don't want blanks in between.

    Is there any way?

    I have attached sample excel with dummy input and output
    Attached Files Attached Files

  2. #2
    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,063

    Re: Dynamic Filter

    Try:

    =IFERROR(INDEX(A:A,AGGREGATE(15,6,ROW($A$2:$A$14)/($A$2:$A$14>=$C$2),ROWS($1:1))),"")
    Attached Files Attached Files
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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. Table Dynamic Filter
    By subodhsapkota in forum Excel General
    Replies: 1
    Last Post: 01-13-2019, 08:58 AM
  2. Struggling with dynamic filter
    By jancliff in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-07-2018, 04:21 PM
  3. Dynamic filter
    By geniusufo007 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-28-2017, 02:52 AM
  4. Dynamic Filter
    By fireboltpk in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-04-2017, 04:36 PM
  5. VBA Dynamic Filter
    By alex-hh in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-22-2016, 10:34 AM
  6. VBA Dynamic Filter from different Workbook
    By alex-hh in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 08-22-2016, 08:23 AM
  7. Dynamic filter by numbers
    By martin.lasses in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-22-2016, 06:05 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