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

i wish to highlight the cell at largest value in some cells (A1, A3, A5...)
in A column

i know how to do it if they are all the cells in A column
=A1=max($a:$a)

how can i do selectively if they are just A1, A3, A5...?

Secondly, the value of A1, A3, A5... are less than 10, other values in the
column are larger than 10.

Can i make use "countif" to do above?

Thanks a lot.

tony


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Conditional format - max


Use =A1=MAX(A1, A3, A5)

tony wong Wrote:
i wish to highlight the cell at largest value in some cells (A1, A3,
A5...)
in A column

i know how to do it if they are all the cells in A column
=A1=max($a:$a)

how can i do selectively if they are just A1, A3, A5...?

Secondly, the value of A1, A3, A5... are less than 10, other values in
the
column are larger than 10.

Can i make use "countif" to do above?

Thanks a lot.

tony



--
Excelenator


------------------------------------------------------------------------
Excelenator's Profile: http://www.excelforum.com/member.php...o&userid=36768
View this thread: http://www.excelforum.com/showthread...hreadid=566120

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 299
Default Conditional format - max

If it is always the every other cell starting in A1 you can use

=SUMPRODUCT(MAX(IF(ISNUMBER($A$1:$A$10)*(MOD(ROW($ A$1:$A$10),2)=1),($A$1:$A$10))))


replace A1:A10 with the range in question, note also that you can't have any
numbers equaling the max value in A2, A4 and so on

I don't understand your 2nd question




--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com



"tony wong" wrote in message
...
i wish to highlight the cell at largest value in some cells (A1, A3, A5...)
in A column

i know how to do it if they are all the cells in A column
=A1=max($a:$a)

how can i do selectively if they are just A1, A3, A5...?

Secondly, the value of A1, A3, A5... are less than 10, other values in the
column are larger than 10.

Can i make use "countif" to do above?

Thanks a lot.

tony



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 299
Default Conditional format - max

This would be enough since you don't need to array enter formulas

A1=MAX(IF(ISNUMBER($A$1:$A$10)*(MOD(ROW($A$1:$A$10 ),2)=1),($A$1:$A$10)))


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com





"Peo Sjoblom" wrote in message
...
If it is always the every other cell starting in A1 you can use

=SUMPRODUCT(MAX(IF(ISNUMBER($A$1:$A$10)*(MOD(ROW($ A$1:$A$10),2)=1),($A$1:$A$10))))


replace A1:A10 with the range in question, note also that you can't have
any numbers equaling the max value in A2, A4 and so on

I don't understand your 2nd question




--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com



"tony wong" wrote in message
...
i wish to highlight the cell at largest value in some cells (A1, A3,
A5...) in A column

i know how to do it if they are all the cells in A column
=A1=max($a:$a)

how can i do selectively if they are just A1, A3, A5...?

Secondly, the value of A1, A3, A5... are less than 10, other values in
the column are larger than 10.

Can i make use "countif" to do above?

Thanks a lot.

tony





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
Data Validation or Conditional Format (or combo of) Scott Excel Worksheet Functions 3 November 3rd 05 03:57 PM
Conditional format numbers PiPPo Excel Worksheet Functions 5 October 18th 05 05:03 AM
Cell Format Changes When Data Is Entered - Not Conditional Formatt SundanceKidLudwig Excel Worksheet Functions 2 September 30th 05 02:07 PM
Conditional format of minimum number MaggieMagill Excel Worksheet Functions 6 September 25th 05 11:36 PM
Conditional Format Question DougS Excel Worksheet Functions 3 May 3rd 05 01:36 AM


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