+ Reply to Thread
Results 1 to 3 of 3

Filter by upper case - MS Excel 2003

  1. #1
    Forum Contributor
    Join Date
    10-20-2005
    Posts
    130

    Filter by upper case - MS Excel 2003

    I have a column containing 8000 records, some of them are in upper case & rest are in proper case, is there any way wherein i can filter all records which are in upper case without using macros, i mean is it possible to do it using ISNA function ?
    Last edited by Little Master; 05-19-2009 at 07:04 AM.
    Regards,
    Little Master

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Filter by upper case - MS Excel 2003

    You could run a test on an adjacent column

    =EXACT(A1,UPPER(A1))

    Where TRUE you know A1 is CAPS... filter on that column.

  3. #3
    Forum Contributor
    Join Date
    10-20-2005
    Posts
    130

    Re: Filter by upper case - MS Excel 2003

    Quote Originally Posted by DonkeyOte View Post
    You could run a test on an adjacent column

    =EXACT(A1,UPPER(A1))

    Where TRUE you know A1 is CAPS... filter on that column.
    It was of gr8 help.... thx for quick reply.....

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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