Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default can I nest COUNTIF functions(C5:C8,"apples") AND (D5:D8,"green")

Is there a way to count the number of apples in column D that also have green
in column D?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default can I nest COUNTIF functions(C5:C8,"apples") AND (D5:D8,"green")

Try this:

=SUMPRODUCT(--(C5:C8="apples"),--(D5:D8="green"))

Does that help?
Paul

--

"guycummins" wrote in message
...
Is there a way to count the number of apples in column D that also have
green
in column D?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 265
Default can I nest COUNTIF functions(C5:C8,"apples") AND (D5:D8,"green")

Try...

=SUMPRODUCT(--($C$5:$C$8="Apples"),--($D$5:$D$8="Green"))

Hope this helps!

In article ,
guycummins wrote:

Is there a way to count the number of apples in column D that also have green
in column D?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,388
Default can I nest COUNTIF functions(C5:C8,"apples") AND (D5:D8,"green")

Hi,
Is the 2 mentions of column D a typo, or intended?
Dave.

"guycummins" wrote:

Is there a way to count the number of apples in column D that also have green
in column D?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default can I nest COUNTIF functions(C5:C8,"apples") AND (D5:D8,"green

It was a typo Dave, thanks.

"Dave" wrote:

Hi,
Is the 2 mentions of column D a typo, or intended?
Dave.

"guycummins" wrote:

Is there a way to count the number of apples in column D that also have green
in column D?

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
Functions for "current" & "previous" month to calculate data Priss Excel Worksheet Functions 11 April 15th 08 06:24 PM
Excel "Move or Copy" and "Delete" sheet functions dsiama Excel Worksheet Functions 1 December 28th 07 01:57 PM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


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