I am looking for a formula that will allow me to count text less than 2 and exclude blank spacing. So if it is one letter it would be wrong and if its one letter with a space it will still be counted as wrong. 2 Characters is the min. Please help
It would seem that the conditional formatting come faster than expected. I attempted to use the code in a column but it did not workout. What can I do for this to work in a column aspect.
@Phuoc Thank you very much for your added formula. I find it fascinating there are so many ways to achieve one goal on Excel.
You want the Conditional Formatting to highlight the cell when there is only one letter in it, correct? If so, then I think the ">1" at the end of the formula needs to be changed to "=1".=SUMPRODUCT(--ISNUMBER(SEARCH(MID(f1,ROW(INDIRECT("f$1:f"&LEN(f1))),1),"abcdefghijklmnopqrstuvwxyz")))>1
and $F:$F
For the condition formatting