View Single Post
  #5   Report Post  
JohnT
 
Posts: n/a
Default

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!