Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() HI, It is probably an easy one but my mind is blank. I need help with this formula. I have names in column A and either a number or a word in column B the word is 'space' What i need the formula to say is count all the 'space' enteries against each name. so if jon appeared 10 times in the list and space apeared 4 time alongside his name the result would be 4. Th names in column a are jumbled please help thanx -- Brento ------------------------------------------------------------------------ Brento's Profile: http://www.excelforum.com/member.php...o&userid=25213 View this thread: http://www.excelforum.com/showthread...hreadid=540469 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(--(A2:A100="jon"),--(B2:B100="space"))
-- Regards, Peo Sjoblom http://nwexcelsolutions.com "Brento" wrote in message ... HI, It is probably an easy one but my mind is blank. I need help with this formula. I have names in column A and either a number or a word in column B the word is 'space' What i need the formula to say is count all the 'space' enteries against each name. so if jon appeared 10 times in the list and space apeared 4 time alongside his name the result would be 4. Th names in column a are jumbled please help thanx -- Brento ------------------------------------------------------------------------ Brento's Profile: http://www.excelforum.com/member.php...o&userid=25213 View this thread: http://www.excelforum.com/showthread...hreadid=540469 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional counting with Excel | Excel Worksheet Functions | |||
counting rows with same values for multiple values | New Users to Excel | |||
Counting rows, then counting values. | Excel Discussion (Misc queries) | |||
Counting names in a column but counting duplicate names once | Excel Discussion (Misc queries) | |||
Counting... | Excel Worksheet Functions |