A family of Microsoft relational database management systems designed for ease of use.
INSTR(1,fieldname,"Waiting")>0
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Would just like to know what the code would be in Conditional formatting for the following.....
If the field contains the word "waiting" then I'd like to turn it blue
Waiting on Tech
Waiting for parts
Waiting for response
Waiting on order
I've already used two of the formats on other items. Would just like it to change anything with the word "waiting" in it.
Any ideas?
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
INSTR(1,fieldname,"Waiting")>0
Select Expression Is in the first dropdown.
Enter the expression
InStr([FieldName],"waiting")>0
where FieldName is the name of the field.
Specify the desired formatting.
Click OK.