dparteka
Member
This has now given me a headache, can someone please tell me what I'm doing wrong here. In H42 I have a conditional format with this formula in it...
OR(ISNUMBER(SEARCH(F42="Profile",F42="Angle Deg",F42="Angu",F42="Runout",F42="Concent",F42="Cylind",F42="Flat",F42="Parall",F42="Perpen",F42="Posi",F42="Round",F42="Straigh",F42="Surf",F42="Symm")))
The formula is accepted without errors but is not changing the format. The text that is being searched for is just a portion of the actual text string in F42, I had to do that to shorten the formula to stay within the maximum character limitations.
OR(ISNUMBER(SEARCH(F42="Profile",F42="Angle Deg",F42="Angu",F42="Runout",F42="Concent",F42="Cylind",F42="Flat",F42="Parall",F42="Perpen",F42="Posi",F42="Round",F42="Straigh",F42="Surf",F42="Symm")))
The formula is accepted without errors but is not changing the format. The text that is being searched for is just a portion of the actual text string in F42, I had to do that to shorten the formula to stay within the maximum character limitations.