array countif???

jessie1997

New Member
Joined
Aug 24, 2004
Messages
6
Hi -- I should be able to figure it out but can't. I looked at the other postings couldn't get there.

I have a spreadsheet with many complaints. Column A shows indicates the region (a number from one through 15) that incurred the complaint. Columns B through D each represent a different kind of complaint (e.g. B is later delivery, C is damaged product). If there is a complaint there is an X in the cell.

I would like to total up the complaints by region.

Thanks
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
You can use a formula like this:

=SUMPRODUCT((A$2:A$10=E1)*(B$2:D$10="x"))

where E1 contains the Region you want to sum. Increase the number of rows in the other ranges to suit, but they must be the same.
 
Upvote 0

Forum statistics

Threads
1,214,584
Messages
6,120,385
Members
448,956
Latest member
JPav

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top