Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Amanda
 
Posts: n/a
Default Help with conditional format

I need to count the number of Cells in Column D that are not blank (that
column contains dates) AND has Amanda in Column C in the same row.
  #2   Report Post  
bj
 
Posts: n/a
Default

try
=sumproduct(--(D1:D1000<""),--(C1:C1000="Amanda"))
the --( changes the logical true false to a numeric 1 0
and the arrays in each section needs to be the same size but cant be the
full column or row shorthand (A:A won't work)

"Amanda" wrote:

I need to count the number of Cells in Column D that are not blank (that
column contains dates) AND has Amanda in Column C in the same row.

  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

cant be the full column or row shorthand (A:A won't work)


Sumproduct will work on entire rows but not on entire columns:

=SUMPRODUCT(--(1:1="x"),--(2:2="y"),3:3)

Biff

"bj" wrote in message
...
try
=sumproduct(--(D1:D1000<""),--(C1:C1000="Amanda"))
the --( changes the logical true false to a numeric 1 0
and the arrays in each section needs to be the same size but cant be the
full column or row shorthand (A:A won't work)

"Amanda" wrote:

I need to count the number of Cells in Column D that are not blank (that
column contains dates) AND has Amanda in Column C in the same row.



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
Keep conditional format when "show pages" from Pivot table Angus Excel Discussion (Misc queries) 7 June 30th 05 01:33 PM
How do I do a conditional format for numbers bowada Excel Worksheet Functions 2 June 6th 05 05:10 PM
Office2000: Conditional format behaves strangely Arvi Laanemets Excel Discussion (Misc queries) 1 April 7th 05 08:47 AM
copy conditional format as ACTUAL format Dana Zulager Excel Discussion (Misc queries) 7 December 7th 04 11:02 PM
Copying a conditional format Meaux Excel Worksheet Functions 2 November 29th 04 10:19 AM


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