Conditional Formating CF (to identify case/strikethro differences)

G

Guest

In Excel 2003
I am using CF (to change cell colour) to identify differences in cell values.
However I would also like to incorporate into the criteria differences in
text e.g. upper case / lower case (not font) and/or strikethrough.
Any ideas please
 
R

Rick Rothstein \(MVP - VB\)

I'm not exactly sure what you want for a final condition, but I think the
EXACT function might help you. The EXACT function performs a case-sensitive
comparison of two text strings... perhaps it, maybe coupled with the NOT
function will help you achieve what you are looking for. I am not sure you
can examine "strikethrough text" without a macro.

Rick
 
G

Guest

Many thanks Rick
Had tried EXACT and it did not appear to work correctly on every ocassion
but incorporating NOT has cracked it. Thought "strikethrough" might be a
problem without VBA.
Ron
 
T

T. Valko

I am not sure you can examine "strikethrough text" without a macro.

You can test for strikethrough using formulas written with XLM macro
functions so no VBA is involved. It's a slight kludge compared to a UDF.
 

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

Top