Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default HOW CAN I APPLY CONDITIONAL FORMATTING BASED TO AN ENTIRE ROW?

I have a reasonably large spreadsheet (about 2000 rows) and i need to format
each row based on the value of a cell in a specific column.

For example, if there is a "B" in Cell I20, I need to fill the whole of Row
20 with the colour green. I then need to apply this to every row.

Similarly if there is a different letter, I need to make the row a different
colour...

All help gratefully appreciated!

J
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 180
Default HOW CAN I APPLY CONDITIONAL FORMATTING BASED TO AN ENTIRE ROW?

Assuming you have three or fewer conditions, then conditional formatting can
handle this. In A20, for example, set the first CF to read 'formula is'
=$I20="B".
You can fill this across and down. Additional conditions can be applied
just like normal.

"James M" wrote:

I have a reasonably large spreadsheet (about 2000 rows) and i need to format
each row based on the value of a cell in a specific column.

For example, if there is a "B" in Cell I20, I need to fill the whole of Row
20 with the colour green. I then need to apply this to every row.

Similarly if there is a different letter, I need to make the row a different
colour...

All help gratefully appreciated!

J

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default HOW CAN I APPLY CONDITIONAL FORMATTING BASED TO AN ENTIRE ROW?

If you have only 3 letters to react to, you can do this with conditional
formatting.

Select your row with the activecell in column A for instance.

in conditional formatting, change Cell Value is to formula is, then enter a
formula like

So assume we have selected rows 1 to 100 and the active Cell is A1.

=A1=$I1

then click the format button and choose the pattern.

--
Regards,
Tom Ogilvy



"James M" <James wrote in message
...
I have a reasonably large spreadsheet (about 2000 rows) and i need to

format
each row based on the value of a cell in a specific column.

For example, if there is a "B" in Cell I20, I need to fill the whole of

Row
20 with the colour green. I then need to apply this to every row.

Similarly if there is a different letter, I need to make the row a

different
colour...

All help gratefully appreciated!

J



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default HOW CAN I APPLY CONDITIONAL FORMATTING BASED TO AN ENTIRE ROW?

Fantastic! I knew it had to be something simple.. If I have more conditions,
do you have any ideas?

Also, I know this odd but is there a way of doing this in reverse?... i.e.
if it is green insert a "b"?

J

"bpeltzer" wrote:

Assuming you have three or fewer conditions, then conditional formatting can
handle this. In A20, for example, set the first CF to read 'formula is'
=$I20="B".
You can fill this across and down. Additional conditions can be applied
just like normal.

"James M" wrote:

I have a reasonably large spreadsheet (about 2000 rows) and i need to format
each row based on the value of a cell in a specific column.

For example, if there is a "B" in Cell I20, I need to fill the whole of Row
20 with the colour green. I then need to apply this to every row.

Similarly if there is a different letter, I need to make the row a different
colour...

All help gratefully appreciated!

J

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 180
Default HOW CAN I APPLY CONDITIONAL FORMATTING BASED TO AN ENTIRE ROW?

Some additional resources for conditional formatting:

http://mcgimpsey.com/excel/conditional6.html

http://www.xldynamic.com/source/xld.....Download.html


"James M" wrote:

Fantastic! I knew it had to be something simple.. If I have more conditions,
do you have any ideas?

Also, I know this odd but is there a way of doing this in reverse?... i.e.
if it is green insert a "b"?

J

"bpeltzer" wrote:

Assuming you have three or fewer conditions, then conditional formatting can
handle this. In A20, for example, set the first CF to read 'formula is'
=$I20="B".
You can fill this across and down. Additional conditions can be applied
just like normal.

"James M" wrote:

I have a reasonably large spreadsheet (about 2000 rows) and i need to format
each row based on the value of a cell in a specific column.

For example, if there is a "B" in Cell I20, I need to fill the whole of Row
20 with the colour green. I then need to apply this to every row.

Similarly if there is a different letter, I need to make the row a different
colour...

All help gratefully appreciated!

J



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default HOW CAN I APPLY CONDITIONAL FORMATTING BASED TO AN ENTIRE ROW?

sorry, formula should have been

=$I1="B"
--
Regards,
Tom Ogilvy


"Tom Ogilvy" wrote in message
...
If you have only 3 letters to react to, you can do this with conditional
formatting.

Select your row with the activecell in column A for instance.

in conditional formatting, change Cell Value is to formula is, then enter

a
formula like

So assume we have selected rows 1 to 100 and the active Cell is A1.

=A1=$I1

then click the format button and choose the pattern.

--
Regards,
Tom Ogilvy



"James M" <James wrote in message
...
I have a reasonably large spreadsheet (about 2000 rows) and i need to

format
each row based on the value of a cell in a specific column.

For example, if there is a "B" in Cell I20, I need to fill the whole of

Row
20 with the colour green. I then need to apply this to every row.

Similarly if there is a different letter, I need to make the row a

different
colour...

All help gratefully appreciated!

J





  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default HOW CAN I APPLY CONDITIONAL FORMATTING BASED TO AN ENTIRE ROW?

You would need a macro to react to a color.

--
Regards,
Tom Ogilvy

"James M" wrote in message
...
Fantastic! I knew it had to be something simple.. If I have more

conditions,
do you have any ideas?

Also, I know this odd but is there a way of doing this in reverse?... i.e.
if it is green insert a "b"?

J

"bpeltzer" wrote:

Assuming you have three or fewer conditions, then conditional formatting

can
handle this. In A20, for example, set the first CF to read 'formula is'
=$I20="B".
You can fill this across and down. Additional conditions can be applied
just like normal.

"James M" wrote:

I have a reasonably large spreadsheet (about 2000 rows) and i need to

format
each row based on the value of a cell in a specific column.

For example, if there is a "B" in Cell I20, I need to fill the whole

of Row
20 with the colour green. I then need to apply this to every row.

Similarly if there is a different letter, I need to make the row a

different
colour...

All help gratefully appreciated!

J



  #8   Report Post  
Posted to microsoft.public.excel.programming
Jim Jim is offline
external usenet poster
 
Posts: 615
Default HOW CAN I APPLY CONDITIONAL FORMATTING BASED TO AN ENTIRE ROW?



"bpeltzer" wrote:

Assuming you have three or fewer conditions, then conditional formatting can
handle this. In A20, for example, set the first CF to read 'formula is'
=$I20="B".
You can fill this across and down. Additional conditions can be applied
just like normal.

"James M" wrote:

I have a reasonably large spreadsheet (about 2000 rows) and i need to format
each row based on the value of a cell in a specific column.

For example, if there is a "B" in Cell I20, I need to fill the whole of Row
20 with the colour green. I then need to apply this to every row.

Similarly if there is a different letter, I need to make the row a different
colour...

All help gratefully appreciated!

J

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
Conditional formatting Entire Row Based on single Cell Value KKD Excel Discussion (Misc queries) 5 March 18th 09 05:15 PM
Conditional Formatting an entire row based on one cell's value. Carmen Excel Discussion (Misc queries) 4 September 9th 08 09:49 PM
Conditional Formatting based on entire column mike Excel Worksheet Functions 7 February 6th 07 10:40 PM
HOW CAN I APPLY A COLOR TO ENTIRE ROW USING CONDITIONAL FORMATT conditional format Excel Worksheet Functions 2 July 30th 06 05:37 PM
Conditional formatting of an entire row based on a cell text entry Gilles Desjardins Excel Discussion (Misc queries) 2 December 22nd 05 11:48 AM


All times are GMT +1. The time now is 09:19 PM.

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

About Us

"It's about Microsoft Excel"