Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
TEAM
 
Posts: n/a
Default COUNTA with IF trouble...


I am working with the following formula...

{=COUNTA(IF(C16:C500=K3,H16:H500))}


My goal is to look at that data in column C to locate all rows
corresponding to a specific data entry (K3). Then, from that narrowed
list of rows, I want to count the number of cells in column H that are
nonblank.


Any ideas?


--
TEAM
------------------------------------------------------------------------
TEAM's Profile: http://www.excelforum.com/member.php...o&userid=22810
View this thread: http://www.excelforum.com/showthread...hreadid=479459

  #2   Report Post  
Domenic
 
Posts: n/a
Default COUNTA with IF trouble...

Try...

=SUM(IF((C16:C500=K3)*(H16:H500<""),1))

....confirmed with CONTROL+SHIFT+ENTER, or...

=SUMPRODUCT(--(C16:C500=K3),--(H16:H500<""))

....confirmed with just ENTER.

Hope this helps!

In article ,
TEAM wrote:

I am working with the following formula...

{=COUNTA(IF(C16:C500=K3,H16:H500))}


My goal is to look at that data in column C to locate all rows
corresponding to a specific data entry (K3). Then, from that narrowed
list of rows, I want to count the number of cells in column H that are
nonblank.


Any ideas?

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
Time Sheet for my org Im still having trouble Jesse_Norris Excel Discussion (Misc queries) 4 July 30th 05 06:28 AM
trouble shooting section danielle Excel Discussion (Misc queries) 1 April 25th 05 10:11 PM
COUNTA, COUNTIF? Newbie Excel Worksheet Functions 1 March 18th 05 11:33 AM
I have had trouble with textbox text to worksheet Thomas Excel Discussion (Misc queries) 1 March 10th 05 03:23 AM
Unable to Copy COUNTA() with cell references EugenioB Excel Worksheet Functions 1 February 16th 05 01:07 PM


All times are GMT +1. The time now is 06:04 AM.

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"