Consulting

Results 1 to 2 of 2

Thread: "Begins with" Filters for Number Columns?

  1. #1

    "Begins with" Filters for Number Columns?

    How to do "Begins with" Filters for Number Columns through Code. Like to list the numbers starts with 22. I know we can do manually by using Text-to-Columns. But my question is how to do it programmatically? Urgent help needed.

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    If you can do it manually, record a macro to get the syntax.

    I would just use a helper column and sort by True. For B2: =MOD(VALUE(LEFT(TEXT(A4,"00"),2)),22)=0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •