+ Reply to Thread
Results 1 to 4 of 4

making a formula case sensitive

  1. #1
    Registered User
    Join Date
    09-03-2010
    Location
    england
    MS-Off Ver
    Excel 2010
    Posts
    19

    making a formula case sensitive

    Is there a way to get excel to recognise case in a formula?

    Eg: if I want =IF(C5="R","TRUE","FALSE") and I only want TRUE to appear if C5 is R but FALSE if C5 is r.

    Thanks!

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: making a formula case sensitive

    Hello,

    try

    =IF(EXACT(B5,"R"),"TRUE","FALSE")

    cheers

  3. #3
    Registered User
    Join Date
    09-03-2010
    Location
    england
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: making a formula case sensitive

    Thanks!
    Worked perfectly.

  4. #4
    Registered User
    Join Date
    05-26-2014
    Location
    karak Ahmad Abad
    MS-Off Ver
    no
    Posts
    1

    Re: making a formula case sensitive

    niceeeeeee

+ 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