Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I daily populate a sheet sent to me with answers (time & dates) of 1,2 or 3
star items, the 3 star items I manually fill with a certain colour. Is there any way of filling a row that contains a cell with 3 stars automatically with a designated colour. In this example colour filling the whole row because one of the cells contains *** 15-May bx3008 aaaaaaaaaaaa *** bbbbbbbbbbbbbbbb ccccccc |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select all the data - I will assume each row foes fro A to G and that the
data starts on row 1 In the conditional formatting dialog use this formula =COUNTIF($A1$:G1,"*~*~*~") The ~ are needed to tell Excel not to treat * as a wildcard best wishes -- Bernard Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme "Ferdy" wrote in message ... I daily populate a sheet sent to me with answers (time & dates) of 1,2 or 3 star items, the 3 star items I manually fill with a certain colour. Is there any way of filling a row that contains a cell with 3 stars automatically with a designated colour. In this example colour filling the whole row because one of the cells contains *** 15-May bx3008 aaaaaaaaaaaa *** bbbbbbbbbbbbbbbb ccccccc |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I think Bernard meant:
=COUNTIF($A1$:G1,"~*~*~*") (slightly different order. ~* will represent that asterisk character.) On 05/15/2010 08:05, Bernard Liengme wrote: Select all the data - I will assume each row foes fro A to G and that the data starts on row 1 In the conditional formatting dialog use this formula =COUNTIF($A1$:G1,"*~*~*~") The ~ are needed to tell Excel not to treat * as a wildcard best wishes |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002: Can I condition format block of cells ? | Excel Discussion (Misc queries) | |||
Excel 2002: How to condition format rows with empty cells ? | Excel Discussion (Misc queries) | |||
How to only incld cells that meet set condition in an Excel calc? | Excel Worksheet Functions | |||
How to colourfill a cell with more than 3 conditions? | Excel Discussion (Misc queries) | |||
how do i colourfill validated cells ? | Excel Discussion (Misc queries) |