Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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! ================================================== === "macamarr" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select A3:A12 and FormatConditional FormattingFormula is
=A3=$A$1 Format to bold font. Note the $ signs are to be as shown. Gord Dibben MS Excel MVP On Sat, 4 Aug 2007 12:16:15 -0700, macamarr wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|