Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Counting number of instances a conditional format is met in a colu

I have created a spreadsheet that I want to count the number of cells in a
column that meet a conditional format. Here is the conditional format,
=AND($J16.5,$N1<3)
Currenty I use a color to indicate which cells meet the conditional format
and visually add them and manually place that value at the bottom of the
column.
My question is how do I automatically have the count displayed at the bottom
of the column?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Counting number of instances a conditional format is met in a colu

Try he-

http://www.xldynamic.com/source/xld.....html#counting

Mike

"wader40" wrote:

I have created a spreadsheet that I want to count the number of cells in a
column that meet a conditional format. Here is the conditional format,
=AND($J16.5,$N1<3)
Currenty I use a color to indicate which cells meet the conditional format
and visually add them and manually place that value at the bottom of the
column.
My question is how do I automatically have the count displayed at the bottom
of the column?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Counting number of instances a conditional format is met in a colu

Hi

Try
=SUMPRODUCT(($J$1:$J$10006.5)*($N$1:$N$1000<3))

--
Regards

Roger Govier


"wader40" wrote in message
...
I have created a spreadsheet that I want to count the number of cells
in a
column that meet a conditional format. Here is the conditional
format,
=AND($J16.5,$N1<3)
Currenty I use a color to indicate which cells meet the conditional
format
and visually add them and manually place that value at the bottom of
the
column.
My question is how do I automatically have the count displayed at the
bottom
of the column?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Counting number of instances a conditional format is met in a

You could also try he http:\\www.cpearson.com/excel there are many
references to working with cell and/or font colors.
--
T Tipsy


"Mike H" wrote:

Try he-

http://www.xldynamic.com/source/xld.....html#counting

Mike

"wader40" wrote:

I have created a spreadsheet that I want to count the number of cells in a
column that meet a conditional format. Here is the conditional format,
=AND($J16.5,$N1<3)
Currenty I use a color to indicate which cells meet the conditional format
and visually add them and manually place that value at the bottom of the
column.
My question is how do I automatically have the count displayed at the bottom
of the column?

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
counting the number of instances of a string within another string Keith R Excel Worksheet Functions 3 March 5th 07 06:54 PM
Counting Multiple Instances Curtis Excel Worksheet Functions 3 January 31st 07 06:22 PM
Counting number of instances before a certain date JLH Excel Worksheet Functions 5 October 18th 06 01:07 PM
Counting number of instances in a range SSM Excel Worksheet Functions 2 September 7th 06 06:10 PM
Conditional Format -- shading ten fields in a row reacting to colu MatthewTap Excel Discussion (Misc queries) 5 September 29th 05 10:46 PM


All times are GMT +1. The time now is 12:25 AM.

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"