How do I count something in one column = to info in another

K

ka7djw

Ok lets make my question more clear..

In column "A" I have Supplier, or CFAC, or EM&T. In Column "D", I have any
letter A through Z and any number 1 through 9.

If I want to count everything = to "Supplier" in column A that have and "E"
in in coulmn D, how do I write the formula.

I am adding this to an existing spreadsheet that a lot of people change
things in and I want the count for the bar chart to be automatic...ie., when
an "E" in column D changes to an "A" it will subtract from the total of "E"'s
and add to the total of the "A"'s...

Thanks
 
M

mama no teeth

try this

=SUM(IF((A1:A100="Supplier")*(D1:D100="E"),1))

ctrl>shift>enter (not just enter)
 

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