Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Am Mon, 13 May 2013 08:07:41 +0100 schrieb faizzsheikh: I want to count the numbers between 1 to 10 from the range for a particular person as seen in the below example. Keyword Rank__________Person Name 1_____________John 5_____________Agnes 8_____________Agnes 12____________John 20____________Agnes 13____________Agnes 3_____________John 40____________John 8_____________John 15____________Agnes 10____________John try: =COUNTIFS(C2:C12,"John",B2:B12,"<=10") for xl2007 or later else try: =SUMPRODUCT(--(C2:C12="John"),--(B2:B12<=10)) Regards Claus Busch -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count the number of a range of words in a cell | Excel Worksheet Functions | |||
Count the number of times a cell value is within a specific range | Excel Worksheet Functions | |||
count a number range and a letter in a cell | Excel Worksheet Functions | |||
Count number of times a specific number is displayed in a cell ran | Excel Worksheet Functions |