#1   Report Post  
Posted to microsoft.public.excel.misc
Brento
 
Posts: n/a
Default Help Counting


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=540468

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bryan Hessey
 
Posts: n/a
Default Help Counting


In column C put

=IF(B1="space",SUMPRODUCT(--(A$1:A$20=A1))*(--(B$1:B$20="space")),"")

- it doesn't give unique entries but shows against any 'space' row the
total for that name. Did you need unique?

--

Brento Wrote:
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



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=540468

  #3   Report Post  
Posted to microsoft.public.excel.misc
Bryan Hessey
 
Posts: n/a
Default Help Counting


Drag down column C the formula


=IF(COUNTIF(A$1:A1,A1)<=1,SUMPRODUCT((A$1:A$20=A1) *(B$1:B$20="space")),"")

--


Brento Wrote:
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



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=540468

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
conditional counting with Excel LeicaElmar Excel Worksheet Functions 1 October 17th 05 11:23 PM
Counting rows, then counting values. Michael via OfficeKB.com Excel Discussion (Misc queries) 7 August 4th 05 11:57 PM
Counting names in a column but counting duplicate names once TBoe Excel Discussion (Misc queries) 9 May 12th 05 12:24 AM
Counting multiple occurances of a specific string BaseballFan Excel Worksheet Functions 1 February 26th 05 09:34 PM
Counting... Patrick G Excel Worksheet Functions 3 February 23rd 05 11:05 PM


All times are GMT +1. The time now is 08:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"