Formula is

G

Guest

What I am attempting to do is:

within a range from a3:a12 I want the cell that is = a1 to change to a bold
font
So if A1 = 1, A4 would be bold.
a1 1

a3 0
a4 1
a5 2
a6 3
a7 4
a8 5
a9 6
a10 7
a11 8
a12 9
 
R

RagDyeR

Select A3 to A12, then:
<Format> <Conditional Format>

Change "Cell Value Is" to "Formula Is",
And enter this formula:

=A3=$A$1

Click on "Format", and choose whatever format(s) you wish.
--

HTH,

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



What I am attempting to do is:

within a range from a3:a12 I want the cell that is = a1 to change to a bold
font
So if A1 = 1, A4 would be bold.
a1 1

a3 0
a4 1
a5 2
a6 3
a7 4
a8 5
a9 6
a10 7
a11 8
a12 9
 
G

Gord Dibben

Select A3:A12 and Format>Conditional Formatting>Formula is

=A3=$A$1 Format to bold font.

Note the $ signs are to be as shown.


Gord Dibben MS Excel MVP
 

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

Top