Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Countif/sumif/ sum with if statments??

Hi,

I have A3:A18 populated with names. In B22:B900 a name listed in A3:A18 will
be put there to "assign" it to them. When they have completed it and "x" is
put in column D on that row.

I need for C3:C18 to tell me how many "x"'s the corresponding name in A has
from B22:B900. Also the name range is likely to change (adding new names or
deleting rows)

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Countif/sumif/ sum with if statments??

Apply this formula in in C3. Replace namelist with the actual name.

=COUNTIF(namelist,A3)

OR

=COUNTIF(B22:B900,A3)


If this post helps click Yes
---------------
Jacob Skaria


"Sivart" wrote:

Hi,

I have A3:A18 populated with names. In B22:B900 a name listed in A3:A18 will
be put there to "assign" it to them. When they have completed it and "x" is
put in column D on that row.

I need for C3:C18 to tell me how many "x"'s the corresponding name in A has
from B22:B900. Also the name range is likely to change (adding new names or
deleting rows)

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Countif/sumif/ sum with if statments??

Maybe this will help explain a littl more

List of names:
a3=adam
a4=betty

b22=adam d22=x
b23=betty d23=(nothing)
b24=adam d24=x
b25=adam d25=(nothing)

b3=the countif that you just mentioned =COUNTIF(B22:B900,A3)

I need for b4 to tell me how many "x" have been placed in d22:d25 for all
the adam's(a3's, if I change adam to amy I still want it to work) in b22:25.

result of b3 is 3. I need for the result of C3 to be 2, the number of x's
for adam.
result of b4 is 1. and c4 should be zero because no "x"'s have been placed
in d22:d25 for betty



"Jacob Skaria" wrote:

Apply this formula in in C3. Replace namelist with the actual name.

=COUNTIF(namelist,A3)

OR

=COUNTIF(B22:B900,A3)


If this post helps click Yes
---------------
Jacob Skaria


"Sivart" wrote:

Hi,

I have A3:A18 populated with names. In B22:B900 a name listed in A3:A18 will
be put there to "assign" it to them. When they have completed it and "x" is
put in column D on that row.

I need for C3:C18 to tell me how many "x"'s the corresponding name in A has
from B22:B900. Also the name range is likely to change (adding new names or
deleting rows)

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 & Sumif JulesHR Excel Worksheet Functions 7 May 29th 08 04:20 PM
Sumif/countif reno Excel Discussion (Misc queries) 2 October 1st 07 03:43 PM
SUMIF/COUNTIF Tatebana Excel Discussion (Misc queries) 3 February 16th 07 01:50 PM
Countif/Sumif Cain Excel Worksheet Functions 2 February 12th 06 07:59 PM
COUNTIF?? SUMIF?? Vegs Excel Discussion (Misc queries) 1 December 19th 05 03:52 PM


All times are GMT +1. The time now is 02:08 PM.

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"