highlight specific cells in array

  • Thread starter Thread starter joker
  • Start date Start date
J

joker

I have an array (c1:f20) For example: in this array the value 10 occurs
3 times. In cell A1 i submit the value "10" , now i want to highlight
the cells in the array that contain the value 10. How can i solve
this?

thanks
 
Select C1 to F20
Then,
<Format> <ConditionalFormat>

Expand the left box and click "Formula Is"

And enter this formula:

=C1=$A$1

Then choose your formats, and <OK> <OK>
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


I have an array (c1:f20) For example: in this array the value 10 occurs
3 times. In cell A1 i submit the value "10" , now i want to highlight
the cells in the array that contain the value 10. How can i solve
this?

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top