Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default automated cell coloring

i have an excel document made of up 5 columns and a lot of rows.

how can i check to see if a specific word exists in a row, and if the word
is found, then shade the 5 columns that make up the row a color of my
choice??

thansk for the help


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default automated cell coloring

Hi
try the following:
- select cells A1:F40
- goto 'Format - Conditional Format'
- enter the following formula:
=ISNUMBER(MATCH("your_word",$A1:$F1,0))
- choose your format

--
Regards
Frank Kabel
Frankfurt, Germany


JT wrote:
i have an excel document made of up 5 columns and a lot of rows.

how can i check to see if a specific word exists in a row, and if the
word is found, then shade the 5 columns that make up the row a color
of my choice??

thansk for the help


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default automated cell coloring

If the word is the only thing in the cell, you can just use simple
conditional formatting with a conditional test of equal to the word.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"JT" wrote in message
...
i have an excel document made of up 5 columns and a lot of rows.

how can i check to see if a specific word exists in a row, and if the word
is found, then shade the 5 columns that make up the row a color of my
choice??

thansk for the help




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I restore cell gridlines lost after coloring a cell? Alan R. Excel Discussion (Misc queries) 6 January 1st 12 02:13 AM
Cell Coloring MrMarbles Excel Discussion (Misc queries) 2 January 13th 10 02:53 PM
Cell coloring Peter Excel Discussion (Misc queries) 3 February 8th 09 11:15 PM
Cell Coloring supersub15 Excel Worksheet Functions 2 October 26th 07 04:12 PM
conditional cell coloring phrodude Excel Discussion (Misc queries) 5 July 27th 06 04:26 PM


All times are GMT +1. The time now is 05:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"