+ Reply to Thread
Results 1 to 3 of 3

Excel Case Formula (if/then)

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    07-16-2008
    Location
    USA
    Posts
    142

    Excel Case Formula (if/then)

    There's a simple case formula to determine if a cell characters all uppercase, lowercase or mixed, but I can't seem to find it. Anyone know the formula?

  2. #2
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626
    I think this is what you need

    for the text in cell A1
    
    =IF(EXACT(A1,UPPER(A1)),"Uppercase",IF(EXACT(A1,LOWER(A1)),"Lowercase","Mixed"))
    I need your support to add reputations if my solution works.


  3. #3
    Forum Contributor
    Join Date
    07-16-2008
    Location
    USA
    Posts
    142
    That's in... thanks

+ 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