View Single Post
  #6   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
maybe
=SUMIF(C:C,"Bob",B:B)

--
Regards
Frank Kabel
Frankfurt, Germany

"JohnT" schrieb im Newsbeitrag
...
Thanks Frank!
I did =COUNTIF(B:C,"Bob") and that worked but I guess I didn't

explain my
problem correctly. I need the total of the amounts entered in column

B when
C=Bob not the number of entries. I tried SUMIF but that doesn't make

sense...

"Frank Kabel" wrote:

Hi
try
=COUNTIF(B:B,"Bob")

--
Regards
Frank Kabel
Frankfurt, Germany

"JohnT" schrieb im Newsbeitrag
...
I have a spreadsheet with data in column B that I want to show in

Column D if
column C = Bob
I tried COUNTIF but can't get it happening.
Thanks in advance!