View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Excel User Excel User is offline
external usenet poster
 
Posts: 34
Default Conditional Formatting Based on vlookup Value

Please keep in mind that there are hundreds of school names, so stringing if
statements for each school is not practical/possible. Thanks.

"Excel User" wrote:

I have the following on one worksheet:

A B
School 1 (formatted in green) Nickname 1 (formatted in green)
School 2 (formatted in blue) Nickname 2 (formatted in blue)

On my second worksheet I have a cell that looks up school and returns
corresponding nickname using vlookup. What I need is to have the cell with
vlookup also show the formatting. So if that cell looked up Nickname 1, it
would have green formatting.