Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
my excel is like this
Australia xxx 100 yyy 200 zzz 300 Australia total 600 UK xxx 400 yyy 200 zzz 600 UK total 1200 i want to set a macro so that if the cell in column A contains "total", the row colour (in this case, Australia total & UK total) will change into yellow automatically.. thanks in advance for help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use conditional formatting.
select all the cells, A1:A10 Goto FormatCondiitional Formatting Change Condition 1 to Formula Is Add a Formula of ISNUMBER(SEARCH("total"),A1)) Click the format button, select the Pattern tab and choose a colour OK OK -- __________________________________ HTH Bob "angel" wrote in message ... my excel is like this Australia xxx 100 yyy 200 zzz 300 Australia total 600 UK xxx 400 yyy 200 zzz 600 UK total 1200 i want to set a macro so that if the cell in column A contains "total", the row colour (in this case, Australia total & UK total) will change into yellow automatically.. thanks in advance for help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change colour of font when below 94% automatically | Excel Worksheet Functions | |||
Change Tab colour using Macro | Excel Worksheet Functions | |||
Automatically change tab colour | Excel Discussion (Misc queries) | |||
formula help to change row colour automatically by some conditions | Excel Worksheet Functions | |||
Cell colour change automatically | New Users to Excel |