Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Having troubles with conditional formatting

FOM DEC JAN
Rich G james-8
Mark Hamm Korry-11
Mark Hamm Chris-21 Dave-2, Matt-22,Chris 23
Mark Hamm Korry-26
Rich G Steve-20
Mark Hamm Matt-11 Matt-22
Mark Hamm Korry-3
Matt K
Mark Hamm Chris-25
Mark Hamm Korry-11
Rich G James-8
Mark Hamm
Mark Hamm
Rich G
Mark Hamm Chris O - 22
Mark Hamm
Matt K John K-16
Mark Hamm matt-7
Mark Hamm Korry-16
Mark Hamm Matt-11
Mark Hamm


Ok so here is what im trying to do, for example there are 4 rows that have
Rich G as FOM in those 4 rows there was 3 monthly checks done in DEC so at
the bottom of that column it would show 3, and for Jan it would show 0, I am
having trouble trying to write a formula that filters the month columns by a
FOM that counts how many rows have non blank cells if that row matches a
certain FOM.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default Having troubles with conditional formatting

Try this in B26 (DEC column, below last Mark Hamm entry)
=SUMPRODUCT(--($A$2:$A$25="Rich G"),--(B$2:B$25<""))
You can fill that formula to the right to check JAN column (and others) --
as written it will always use names in column A and the B column will
automatically change as you fill to the right. Row numbers stay same
regardless.

You could use another cell's contents to replace the literal "Rich G" in the
formula and then what ever was in that cell is what would be tested as (to
still check for Rich G)
=SUMPRODUCT(--($A$2:$A$25=$A$2),--(B$2:B$25<""))
or
=SUMPRODUCT(--($A$2:$A$25=$A$3),--(B$2:B$25<""))
to count Mark Hamm entries.


"schwartzki" wrote:

FOM DEC JAN
Rich G james-8
Mark Hamm Korry-11
Mark Hamm Chris-21 Dave-2, Matt-22,Chris 23
Mark Hamm Korry-26
Rich G Steve-20
Mark Hamm Matt-11 Matt-22
Mark Hamm Korry-3
Matt K
Mark Hamm Chris-25
Mark Hamm Korry-11
Rich G James-8
Mark Hamm
Mark Hamm
Rich G
Mark Hamm Chris O - 22
Mark Hamm
Matt K John K-16
Mark Hamm matt-7
Mark Hamm Korry-16
Mark Hamm Matt-11
Mark Hamm


Ok so here is what im trying to do, for example there are 4 rows that have
Rich G as FOM in those 4 rows there was 3 monthly checks done in DEC so at
the bottom of that column it would show 3, and for Jan it would show 0, I am
having trouble trying to write a formula that filters the month columns by a
FOM that counts how many rows have non blank cells if that row matches a
certain FOM.

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
COM Add-in Troubles Howard Excel Discussion (Misc queries) 0 May 22nd 07 01:59 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
IF troubles JG Excel Worksheet Functions 6 December 24th 06 04:58 AM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


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