View Single Post
 
Old 06-05-2012, 02:38 PM
Colin Legg's Avatar
Colin Legg Colin Legg is offline Windows 7 32bit Office 2010 32bit
Expert
 
Join Date: Jan 2011
Location: UK
Posts: 369
Colin Legg will become famous soon enough
Default

Quote:
But in Excel 2010, it does not work in the conditional formatting formula as it returns something like "cannot use array in conditional formatting formula".
Yes, you're right. To work around that you have to use a name. Go to formulas tab > define name. Create a name called Instructors (or whatever you want to call it) which refers to ={"teacher","tutor"}

Then your conditional formatting rule becomes:
=COUNT(SEARCH(Instructors,$A1))=0

Quote:
Ques 2:
In Column B, I want to know why Cell B2 returns a value error but B4 doesn't? Indeed, I think B2 shouldn't have returned a value error.
In the workbook you attached these cells just have #VALUE! errors - no formulas. So I can't see the original formula / answer this question.
Reply With Quote