Formula is

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
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
 
Back
Top