View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Countif cell is conditionally formatted

=COUNTIF(A1:A10,MAX(A1:A10))
--
David Biddulph

"RicG" wrote in message
...
Each row of a table is conditionally formatted to show the largest number
in
the row. I would like to count the total number of highlighted cells in
each
column.