#1   Report Post  
Jane
 
Posts: n/a
Default COUNTIF

need to a COUNT when column G contains one criteria (Grades 1, 2, or 3) AND
column C contains another critera (any units over value of 0)
thanks! jane
  #2   Report Post  
Gary Brown
 
Posts: n/a
Default

Jane,
Check out Chip Pearson's Countif With Multiple Criteria...
http://www.cpearson.com/excel/array.htm
What you're interested in starts in the paragraph between the 1st two
formula examples. Don't get shook up that it's an array formula.
HTH,
Gary Brown


"Jane" wrote:

need to a COUNT when column G contains one criteria (Grades 1, 2, or 3) AND
column C contains another critera (any units over value of 0)
thanks! jane

  #3   Report Post  
Gary Brown
 
Posts: n/a
Default

OOPS...Between the 2nd and 3rd formula examples :O

"Gary Brown" wrote:

Jane,
Check out Chip Pearson's Countif With Multiple Criteria...
http://www.cpearson.com/excel/array.htm
What you're interested in starts in the paragraph between the 1st two
formula examples. Don't get shook up that it's an array formula.
HTH,
Gary Brown


"Jane" wrote:

need to a COUNT when column G contains one criteria (Grades 1, 2, or 3) AND
column C contains another critera (any units over value of 0)
thanks! jane

  #4   Report Post  
Fredrik Wahlgren
 
Posts: n/a
Default


"Jane" wrote in message
...
need to a COUNT when column G contains one criteria (Grades 1, 2, or 3)

AND
column C contains another critera (any units over value of 0)
thanks! jane


In some other column, insert

=IF(AND(OR(G1=1,G1=2,G1=3), C10),1,0)

At the end of this column, use the SUM function.

Best Regards,
Fredrik


  #5   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Try this:

=SUMPRODUCT((C1:C100)*(G1:G10={1,2,3}))

Biff

-----Original Message-----
need to a COUNT when column G contains one criteria

(Grades 1, 2, or 3) AND
column C contains another critera (any units over value

of 0)
thanks! jane
.

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
COUNTIF in one colum then COUNTIF in another...??? JonnieP Excel Worksheet Functions 3 February 22nd 05 02:55 PM
COUNTIF text where there is more than one word in a cell Abi Excel Worksheet Functions 2 January 20th 05 03:32 AM
Subtotal And Countif Sheryl Excel Discussion (Misc queries) 4 December 9th 04 07:18 PM
Countif - Countif maswinney Excel Worksheet Functions 3 November 15th 04 11:06 PM
countif, again Liz G Excel Worksheet Functions 2 November 1st 04 11:20 PM


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