View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Bob Matthews[_2_] Bob Matthews[_2_] is offline
external usenet poster
 
Posts: 12
Default conditional formatting

I have some cells which look like the following:-
(they show three values from three other cells)
either 1, 30, 5
or 1, *, 5 say
where the "*" indicates a particularly large value

Now, I am trying to highlight those cells which contain an "*".
I am using SEARCH("*", A3) where A3 is the cell reference
However, all my cells whether they include an "*" or not are highlighted
What am I missing?

Bob