Complex Formula to Count # of calls made to Customers.

bensko

Board Regular
Joined
Mar 4, 2008
Messages
173
I have a list of 973 projects for 451 unique customers with a combined 541 locations. I have a column that relationship managers use to track phone calls. With each call, they populate the cell in increments of 1. For each of the 541 locations, I would like to count which ones have been phoned. Since 1 location could have 3 projects(rows) with several calls made, it should only count them once.

L8:L981 is the column that will accumulate calls in increments of 1
AD8:AD981 is the column of 541 customer locations.

I have tried a variety of sum, if, and, frequency, & match in several different variations, but cannot seem to get it to count correctly.

Appreciate any help in advance

Ben
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Hello Ben, try this formula

=SUM(IF(FREQUENCY(IF(L8:L981>0,IF(AD8:AD891<>"",MATCH(AD8:AD981,AD8:AD981,0))),ROW(L8:L891)-ROW(L8)+1),1))

confirmed with CTRL+SHIFT+ENTER
 
Upvote 0
Thank you Barry, that worked perfectly - I should have tried the message board sooner.... Oh well, thats how we learn right.

Ben
 
Upvote 0

Forum statistics

Threads
1,215,522
Messages
6,125,312
Members
449,218
Latest member
Excel Master

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