Conditional format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to highlight cells that match

ie

a b c d e f g
6 0 4 5 6 8 5
2 5 2 3 7 9


I want, if 5 is placed in the g cell (whatever line, lets say line 1) it
will highlight the d cell in line 1 and the b cell in line 2.

Am I making sense?
 
formula=
=a1=$g$5
format as desired>use format painter to copy to other cells
 
Hi

highlight from A1 to F2
choose format / conditional formatting
choose formula is
type
=A1=$G$1
...press the format button - choose formatting OK twice
 
Select A1 to F2, then,

<Format> <ConditionalFormat>,
And choose "Formula Is", and enter this:

=A1=$G$1

Then choose your format, <OK> <OK>

And you should get what you asked.
 
Got it and it works, thanks for replying Don

Don Guillett said:
formula=
=a1=$g$5
format as desired>use format painter to copy to other cells
 

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