Hi
I have a spreadsheet where I want to perform some conditional counting based on the values of 2 different columns.
For example, I have these columns:
[tt]Event Category Type
Dividends Technical Policy
Tax Technical Procedure
Tax New Policy
etc.
I performed CountIf() on CATEGORY and TYPE columns to get the number of times each value appeared (TECHNICAL 2, NEW 1, POLICY 2, PROCEDURE 1). That was the easy part.
What I need is to know the number of times a CATEGORY appears for each TYPE. I tried CountIf and SumIf but I don't know how to include multiple conditions.
CountIf(B1:B3 "Technical" & C1:C3 "Policy" or something like this.
Is it possible? There are way too many rows to do this manually! :-(
Jim DeGeorge
I have a spreadsheet where I want to perform some conditional counting based on the values of 2 different columns.
For example, I have these columns:
[tt]Event Category Type
Dividends Technical Policy
Tax Technical Procedure
Tax New Policy
etc.
I performed CountIf() on CATEGORY and TYPE columns to get the number of times each value appeared (TECHNICAL 2, NEW 1, POLICY 2, PROCEDURE 1). That was the easy part.
What I need is to know the number of times a CATEGORY appears for each TYPE. I tried CountIf and SumIf but I don't know how to include multiple conditions.
CountIf(B1:B3 "Technical" & C1:C3 "Policy" or something like this.
Is it possible? There are way too many rows to do this manually! :-(
Jim DeGeorge