Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to display Checkmark if a column contains X?

How do I get a column B to display X if Column A contains X?


I know this must be really simple, but I can't find it in the help!

Thx

Felix

Mac Pro, OS X Mountain Lion (10.8.2), 12 GB RAM, Motu 828 Audio interface FW 400

Posted on Apr 17, 2013 11:01 AM

Reply
Question marked as Best reply

Posted on Apr 17, 2013 11:16 AM

Ambiguous question. Will the cell in A contain only a single letter or a string of one or more characters? Should the formula detect only lower case x, upper case X, or be case insensitive?


Here's a general solution:

User uploaded file

Formula in all cells in column B: =IF(OR(LEN(SUBSTITUTE(A,"x",""))<LEN(A),LEN(SUBSTITUTE(A,"X",""))<LEN(A)),"X"," ")


Regards,

Barry

2 replies
Question marked as Best reply

Apr 17, 2013 11:16 AM in response to composerguy78

Ambiguous question. Will the cell in A contain only a single letter or a string of one or more characters? Should the formula detect only lower case x, upper case X, or be case insensitive?


Here's a general solution:

User uploaded file

Formula in all cells in column B: =IF(OR(LEN(SUBSTITUTE(A,"x",""))<LEN(A),LEN(SUBSTITUTE(A,"X",""))<LEN(A)),"X"," ")


Regards,

Barry

How to display Checkmark if a column contains X?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.