Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Conditional Formatting Highlights

I am trying to use a conditional format to highlight the greatest value in a
range.
There are about 1000 rows and I need to go through each row and highlight
the greatest value but it is not a complete row. (ie it is c3 6, e3 9, g3 5
and not the numbers inbetween like b3 10, d3 12, f3 11)

So the highlighted value would be 9 because it was the greatest value in the
range in the row I wanted. I need the ability to fill it down through all
the rows.


Let me know if that is possible... please!
--
POpizzle
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Conditional Formatting Highlights

Try this:

Select the range C3:G1000

Goto FormatConditional Formatting
Formula Is:

=AND(ISNUMBER(C3),MOD(COLUMN(C3),2)=1,C3=MAX(IF(MO D(COLUMN($C3:$G3),2)=1,$C3:$G3)))

Click the Format button
Select the style(s) desired
OK out

Biff

"Apptacular" wrote in message
...
I am trying to use a conditional format to highlight the greatest value in
a
range.
There are about 1000 rows and I need to go through each row and highlight
the greatest value but it is not a complete row. (ie it is c3 6, e3 9, g3
5
and not the numbers inbetween like b3 10, d3 12, f3 11)

So the highlighted value would be 9 because it was the greatest value in
the
range in the row I wanted. I need the ability to fill it down through all
the rows.


Let me know if that is possible... please!
--
POpizzle



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
Keeping conditional formatting when sorting Andrea A Excel Discussion (Misc queries) 0 April 4th 06 03:00 PM
conditional formatting Rich Excel Discussion (Misc queries) 2 April 1st 06 10:27 AM
Conditional Formatting when inserting a row zahoulik Excel Worksheet Functions 2 January 7th 06 03:01 PM
Conditional Formatting Ant Excel Worksheet Functions 4 December 8th 05 08:44 PM
cannot use ISEVEN or ISODD functions in Conditional Formatting Scott Paine Excel Worksheet Functions 6 December 6th 05 09:44 PM


All times are GMT +1. The time now is 10:37 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"