Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to apply a conditional formula to a range of cells. I want rows
to have a different color if the contents of the cell in column H has the word Done in it. Is there a way to do this, or does the conditional formula have to reference a numeric value? Using 'Formula is =$H2=Done' does nothing. Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=$H2="Done"
You need quotes around any text string. -- David Biddulph "Roger" wrote in message ... I am trying to apply a conditional formula to a range of cells. I want rows to have a different color if the contents of the cell in column H has the word Done in it. Is there a way to do this, or does the conditional formula have to reference a numeric value? Using 'Formula is =$H2=Done' does nothing. Thanks! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How about just using
Cell Value is: equal to: ="done" If you really meant that cell can contain Done and other text: Formula is: =countif(a1,"*done*")0 With A1 the activecell. Roger wrote: I am trying to apply a conditional formula to a range of cells. I want rows to have a different color if the contents of the cell in column H has the word Done in it. Is there a way to do this, or does the conditional formula have to reference a numeric value? Using 'Formula is =$H2=Done' does nothing. Thanks! -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Formula is =$H2="Done"
-- Anything is possible if you don''t know what you''re talking about. "Roger" wrote: I am trying to apply a conditional formula to a range of cells. I want rows to have a different color if the contents of the cell in column H has the word Done in it. Is there a way to do this, or does the conditional formula have to reference a numeric value? Using 'Formula is =$H2=Done' does nothing. Thanks! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, guys. Can't believe I didn't think of double-quotes. I'm so used to
using single quotes in sql statements. Make things too hard sometimes. Thanks, again. "David Biddulph" wrote: =$H2="Done" You need quotes around any text string. -- David Biddulph "Roger" wrote in message ... I am trying to apply a conditional formula to a range of cells. I want rows to have a different color if the contents of the cell in column H has the word Done in it. Is there a way to do this, or does the conditional formula have to reference a numeric value? Using 'Formula is =$H2=Done' does nothing. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional string calculations | Excel Worksheet Functions | |||
String Comparison & Conditional Formatting | Excel Discussion (Misc queries) | |||
Conditional formatting for lowest number in a string | Excel Worksheet Functions | |||
create formula. 1 field constant and another field varies by inpu. | Setting up and Configuration of Excel | |||
Extract sub-string of number from field of long series of numbers | Excel Worksheet Functions |