Try this formula:
=IF(ISERROR(SEARCH("s",A2;1)),,1)>0
Regards,
Per
"JohnPM" <Joh...@discussions.microsoft.com> skrev i meddelelsen
news:FDB08172-91F8-43E4...@microsoft.com...
OR for a 'S' anywhere in the text
=ISNUMBER(SEARCH("S",A1))
If this post helps click Yes
---------------
Jacob Skaria
1. Select the cell/Range (say A1:A10). Please note that the cell reference
A1 mentioned in the formula is the active cell in the selection. Active cell
will have a white background even after selection
2. From menu Format>Conditional Formatting>
3. For Condition1>Select 'Formula Is' and enter the formulas
4. Click Format Button>Pattern and select your color (say Red)
5. Hit OK
If this post helps click Yes
---------------
Jacob Skaria
=LEFT(A1)="S"
--
Biff
Microsoft Excel MVP
"JohnPM" <Joh...@discussions.microsoft.com> wrote in message
news:FDB08172-91F8-43E4...@microsoft.com...