Aug 3, 2005 #1 Edge118 Programmer Joined Jun 15, 2004 Messages 104 Location US I'm using the COUNT function in Microsoft Excel 2003. I'm counting cells A1:A5 How can I make it so it counts the cell only if the value in the cell is greater than 5? Thanks! "Pin me. Perl me." Regards, Chris
I'm using the COUNT function in Microsoft Excel 2003. I'm counting cells A1:A5 How can I make it so it counts the cell only if the value in the cell is greater than 5? Thanks! "Pin me. Perl me." Regards, Chris
Aug 3, 2005 #2 xlbo MIS Joined Mar 26, 2002 Messages 15,080 Location GB have a look at the COUNTIF() function Rgds, Geoff Three things are certain. Death, taxes and lost data. DPlank is to blame Please read FAQ222-2244 before you ask a question Upvote 0 Downvote
have a look at the COUNTIF() function Rgds, Geoff Three things are certain. Death, taxes and lost data. DPlank is to blame Please read FAQ222-2244 before you ask a question
Aug 3, 2005 #3 mp9 Programmer Joined Sep 27, 2002 Messages 1,379 Location GB =COUNTIF(A1:A5,"> 5") http://www22.brinkster.com/accessory/ Upvote 0 Downvote