+ Reply to Thread
Results 1 to 27 of 27

Not showing more than 10000 rows in filtering

  1. #1
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Not showing more than 10000 rows in filtering

    Hello and good time to all friends
    I have a problem in the Excel file that when I filter a column, it does not show the row data more than 10000.
    I also removed the filter for the whole sheet and put it back again. I removed it for one column and put it back again
    ....
    But he did not answer
    I think it is the installed Office 2017 (they say that except for the limitations of Excel in this version, but I have another file that has more than 10,000 files and does not have this problem)
    Thank you for your guidance
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Not showing more than 10000 rows in filtering

    The filter drop-down will only show the 1st 10,000 distinct values.

  3. #3
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Re: Not showing more than 10000 rows in filtering

    Quote Originally Posted by habib100 View Post
    Hello and good time to all friends
    I have a problem in the Excel file that when I filter a column, it does not show the row data more than 10000.
    I also removed the filter for the whole sheet and put it back again. I removed it for one column and put it back again
    ....
    But he did not answer
    I think it is the installed Office 2017 (they say that except for the limitations of Excel in this version, but I have another file that has more than 10,000 files and does not have this problem)
    Thank you for your guidance
    thank,
    But I want this problem to be solved in any way WITH VBA OR....

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Not showing more than 10000 rows in filtering

    The drop-down cannot be changed, it's just one of those limitations. You would probably need to create a userform with a combobox to get round the limitation.

  5. #5
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Re: Not showing more than 10000 rows in filtering

    Quote Originally Posted by Fluff13 View Post
    The drop-down cannot be changed, it's just one of those limitations. You would probably need to create a userform with a combobox to get round the limitation.
    You can do it for me
    ؟

  6. #6
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Not showing more than 10000 rows in filtering

    Nope, that is not what you asked for.
    Maybe somebody else will step in.

  7. #7
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Re: Not showing more than 10000 rows in filtering

    Quote Originally Posted by habib100 View Post
    Hello and good time to all friends
    I have a problem in the Excel file that when I filter a column, it does not show the row data more than 10000.
    I also removed the filter for the whole sheet and put it back again. I removed it for one column and put it back again
    ....
    But he did not answer
    I think it is the installed Office 2017 (they say that except for the limitations of Excel in this version, but I have another file that has more than 10,000 files and does not have this problem)
    Thank you for your guidance
    But I want this problem to be solved in any way
    WITH VBA OR MACRO ....

  8. #8
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Not showing more than 10000 rows in filtering

    Then you should have said that at the start.

  9. #9
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Re: Not showing more than 10000 rows in filtering

    Quote Originally Posted by Fluff13 View Post
    Then you should have said that at the start.
    I thought it would be solved with commands and settings...

  10. #10
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Not showing more than 10000 rows in filtering

    Unfortunately not. Just be patient & hopefully another member will step in & help.

  11. #11
    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,055

    Re: Not showing more than 10000 rows in filtering

    Moved to VBA sub-forum.
    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

  12. #12
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Re: Not showing more than 10000 rows in filtering

    Quote Originally Posted by Glenn Kennedy View Post
    Moved to VBA sub-forum.
    hello ok
    thank

  13. #13
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Re: Not showing more than 10000 rows in filtering

    Quote Originally Posted by habib100 View Post
    But I want this problem to be solved in any way
    WITH VBA OR MACRO ....
    hello
    No one has a solution؟

  14. #14
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,060

    Re: Not showing more than 10000 rows in filtering

    One workaround is to group the first 10,000 rows.

  15. #15
    Forum Expert
    Join Date
    10-06-2017
    Location
    drevni ruchadlo
    MS-Off Ver
    old
    Posts
    2,151

    Re: Not showing more than 10000 rows in filtering

    You can use instead:
    1. Advanced Filter (without vba)
    or
    2. SQL (with vba)

  16. #16
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Re: Not showing more than 10000 rows in filtering

    thank
    If possible, I want to do it with VBA

  17. #17
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Re: Not showing more than 10000 rows in filtering

    Quote Originally Posted by josephteh View Post
    One workaround is to group the first 10,000 rows.
    thank
    If possible, I want to do it with VBA

  18. #18
    Forum Expert
    Join Date
    10-06-2017
    Location
    drevni ruchadlo
    MS-Off Ver
    old
    Posts
    2,151

    Re: Not showing more than 10000 rows in filtering

    Macro for your minimalist example for the Advanced Filter:
    Please Login or Register  to view this content.
    Last edited by mjr veverka; 02-18-2024 at 11:21 PM.

  19. #19
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Re: Not showing more than 10000 rows in filtering

    Quote Originally Posted by mjr veverka View Post
    Macro for your minimalist example for the Advanced Filter:
    Please Login or Register  to view this content.
    HELLO
    THANKS
    The file I sent is a part of the relevant file
    When I insert the code into the file it doesn't work!
    I want column C and column I to have the ability to filter more than 10,000 rows
    Attached Files Attached Files

  20. #20
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Re: Not showing more than 10000 rows in filtering

    Quote Originally Posted by mjr veverka View Post
    Macro for your minimalist example for the Advanced Filter:
    Please Login or Register  to view this content.
    hello
    When I insert the code into the file it doesn't work!.....

  21. #21
    Forum Expert
    Join Date
    10-06-2017
    Location
    drevni ruchadlo
    MS-Off Ver
    old
    Posts
    2,151

    Re: Not showing more than 10000 rows in filtering

    Quote Originally Posted by habib100 View Post
    ... it doesn't work!
    ... any code applied to the wrong file will not work
    ... any code applied to invalid data (to wrong data type) in the file will also not work

    ... but try this below:

    - ">99", ">A100" see:
    https://support.microsoft.com/en-us/...8-3f16abdff32b
    "0" - for "Unique" option in 'Advanced Filter'
    Please Login or Register  to view this content.
    With the type of data you included in the new file, it is unlikely that the macro for the advanced filter will work properly.



    ps:
    Your file seems to be corrupt, it doesn't respond to many simple sheet operations.

  22. #22
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Re: Not showing more than 10000 rows in filtering

    Quote Originally Posted by mjr veverka View Post
    ... any code applied to the wrong file will not work
    ... any code applied to invalid data (to wrong data type) in the file will also not work

    ... but try this below:

    - ">99", ">A100" see:
    https://support.microsoft.com/en-us/...8-3f16abdff32b
    "0" - for "Unique" option in 'Advanced Filter'
    Please Login or Register  to view this content.
    With the type of data you included in the new file, it is unlikely that the macro for the advanced filter will work properly.



    ps:
    Your file seems to be corrupt, it doesn't respond to many simple sheet operations.
    hello
    When I insert the code into the file it doesn't work!.....
    Attached Images Attached Images

  23. #23
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Re: Not showing more than 10000 rows in filtering

    Quote Originally Posted by habib100 View Post
    hello
    When I insert the code into the file it doesn't work!.....
    hello
    No one has a solution؟

  24. #24
    Forum Expert
    Join Date
    08-17-2007
    Location
    Poland
    Posts
    2,223

    Re: Not showing more than 10000 rows in filtering

    Correct the line
    Please Login or Register  to view this content.
    on two lines:
    Please Login or Register  to view this content.
    Artik

  25. #25
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Re: Not showing more than 10000 rows in filtering

    Quote Originally Posted by Artik View Post
    Correct the line
    Please Login or Register  to view this content.
    on two lines:
    Please Login or Register  to view this content.
    Artik

    hello . thanhs
    but When I insert the code into the file it doesn't work!.....

  26. #26
    Registered User
    Join Date
    07-18-2019
    Location
    iran
    MS-Off Ver
    2016
    Posts
    68

    Re: Not showing more than 10000 rows in filtering

    Quote Originally Posted by habib100 View Post
    hello . thanhs
    but When I insert the code into the file it doesn't work!.....
    No one has a solution؟[/QUOTE]

    hello . thanhs
    I want column C and column I to have the ability to filter more than 10,000 rows
    but When I insert the code into the file it doesn't work!.....
    Attached Files Attached Files

  27. #27
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,913

    Re: Not showing more than 10000 rows in filtering

    Why don't you just use the search box in the filter dialog? Nobody wants to use a list with more than 10,000 entries in it.
    Rory

+ 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] applying filter would not generate more than 10000 of rows
    By hasan mougharbel in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-04-2022, 03:55 AM
  2. Formatting of listbox columns - 10000+ rows, without slowing the runtime
    By hemantparmar in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-20-2019, 12:46 AM
  3. Filtering Values not showing all data
    By ransombla in forum Excel General
    Replies: 6
    Last Post: 08-02-2017, 02:30 PM
  4. (edited title) BUG filtering for blanks (or filtering out all empty rows)
    By zextrot in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-22-2017, 01:51 PM
  5. Macro to drag fill 10000 rows with no left side adjacent cells to reference ?
    By Dale Saukerson in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 01-29-2012, 06:16 PM
  6. how insert same text in empty cells in column (10000 rows)
    By bromptongadgets in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-11-2005, 11:15 AM
  7. [SOLVED] How to transpose an excel worksheet having more than 10000 rows into a text file, may by tab delimit
    By Fred zheng in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-12-2005, 02: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