Hi,
I have written a sentence in cell A1 as "standard reporting procedure". Now my query is if any word in cell A1 contains "standard or "std" the cell should be highlighted with red background.
Appreciating your help.
Hi,
I have written a sentence in cell A1 as "standard reporting procedure". Now my query is if any word in cell A1 contains "standard or "std" the cell should be highlighted with red background.
Appreciating your help.
thank you
Try this formula in the Conditional Formatting window:
=OR(ISNUMBER(SEARCH("standard",A1)), ISNUMBER(SEARCH("std",A1)))
Last edited by NBVC; 05-06-2008 at 12:11 PM.
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Hi,
Try this in Conditional formatting > Formula is
=OR(SEARCH("standard",A1,1),SEARCH("std",A1,1)) format to your requirements
oldchippy
-------------
![]()
![]()
Blessed are those who can give without remembering and take without forgetting
If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.
Click here >>> Top Excel links for beginners to Experts
Forum Rules >>>Please don't forget to read these
Thannks for your help.
I tried it but its not working.
Which did you try?
I got it now, I had tried the other one. But when i used your formula its working now.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks