How to count B if C=Bob

J

JohnT

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!
 
F

Frank Kabel

Hi
sorry, maybe I misunderstood you (would be better if you provide some
example data). But maybe in D1
=IF(C1="Bob",B1,"")
and copy down?
 
J

JohnT

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top