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!
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!
Hello,
try
=IF(EXACT(B5,"R"),"TRUE","FALSE")
cheers
Thanks!
Worked perfectly.
niceeeeeee
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks