You're welcome. Thanks for the feedback!
Biff
"Deborah S." <DeborahS[ at ]discussions.microsoft.com> wrote in message news:6D2ECB77-2FB4-4B55-AAB0-F6AEF717B49E[ at ]microsoft.com...
[Quoted Text] > Thanks so much, worked great. > > "Biff" wrote: > >> Hi! >> >> Try this: >> >> Names listed in D1:D3 - >> >> D1 = Bob >> D2 = Don >> D3 = Jim >> >> Formula in E1: >> >> =COUNTIF(A$1:A$5,D1) >> >> Formula in F1: >> >> =SUMPRODUCT(--(A$1:A$5=D1),--(B$1:B$5="w")) >> >> Select both E1 and F1 and copy down as needed. >> >> Biff >> >> "Deborah S." <Deborah S.[ at ]discussions.microsoft.com> wrote in message >> news:E9CA91AA-70E6-4B13-B22B-9F98F28E698D[ at ]microsoft.com... >> > Here is a brief example of what I am trying to accomplish: >> > A B >> > 1 Don >> > 2 Jim w >> > 3 Don w >> > 4 Bob >> > 5 Jim w >> > >> > I would like to count the number of times that Don's name is on the >> > list, >> > then the number of times Don has a "w" in the next column. The COUNTIF >> > function works for the first one but how do I get the second amount? >> > >> > The results should be: >> > Bob 1 >> > Don 2 1 >> > Jim 2 2 >> > >> > I thank any and all in advance for any help that can be given on this. >> > >> > Deborah >> >> >>
|