Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Is there a formula I can use in CF to change the format of a cell if the value is within a specified range? For example, if the value in B1 matches a value in A1:A20 then I want the format to change. Thanks in advance. Dave |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
Try this: Select cell B1 Goto FormatConditional Formatting Formula Is: =COUNTIF(A$1:A$20,B1) Click the Format button Select the desired style(s) OK out Biff "Dave" wrote in message ... Hi, Is there a formula I can use in CF to change the format of a cell if the value is within a specified range? For example, if the value in B1 matches a value in A1:A20 then I want the format to change. Thanks in advance. Dave |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Biff,
That's much more elegant than the =OR(... function I had in there. Dave "Biff" wrote: Hi! Try this: Select cell B1 Goto FormatConditional Formatting Formula Is: =COUNTIF(A$1:A$20,B1) Click the Format button Select the desired style(s) OK out Biff "Dave" wrote in message ... Hi, Is there a formula I can use in CF to change the format of a cell if the value is within a specified range? For example, if the value in B1 matches a value in A1:A20 then I want the format to change. Thanks in advance. Dave |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome!
Biff "Dave" wrote in message ... Thanks Biff, That's much more elegant than the =OR(... function I had in there. Dave "Biff" wrote: Hi! Try this: Select cell B1 Goto FormatConditional Formatting Formula Is: =COUNTIF(A$1:A$20,B1) Click the Format button Select the desired style(s) OK out Biff "Dave" wrote in message ... Hi, Is there a formula I can use in CF to change the format of a cell if the value is within a specified range? For example, if the value in B1 matches a value in A1:A20 then I want the format to change. Thanks in advance. Dave |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i format a cell based on format of a range of cells? | Excel Discussion (Misc queries) | |||
Conditional format IP range | Excel Discussion (Misc queries) | |||
Conditional Format Not Working | Excel Discussion (Misc queries) | |||
Conditional Format based on contents of cell. | Excel Worksheet Functions | |||
Copying a conditional format | Excel Worksheet Functions |