case sensitive conditional formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for a way to change the conditional formatting dependent upon case

i.e. "T" = white text on royal blue background; however
"t" = Blue text on a light blue background

I have downloaded CFPlus Extended conditional formatting from
http://www.xldynamic.com/source/xld.CFPlus.Download.html and this certainly
helps to increase the number of conditional formatting elements I can have.

Would appreciate your help guys
 
Try this:

Select cell A1
<Format><Conditional Formatting>
Cells formula is: =EXACT(A1,"T")

(then set the forma)
Repeat using: =EXACT(A1,"t")

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro
 
One way is to use the EXACT() function to compare a cell's value to T and to t
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top