Counting unique values based on criteria

CAHIGHAM

New Member
Joined
Dec 28, 2017
Messages
11
Hello,

I have two columns in my workbook

Column A - lists dates
Column B - lists route numbers

There are several duplicates since there is a row for each shipment done by the route each day.

I need a formula to tell me how many unique days the route operated. See below - BCG1A operated 1 day and BCG2A operated 1 day.

DATE Route
2/27/2018 BCG1A
2/27/2018 BCG1A
2/27/2018 BCG1A
2/27/2018 BCG1A
2/27/2018 BCG1A
2/27/2018 BCG1A
2/27/2018 BCG1A
2/27/2018 BCG1A
2/27/2018 BCG2A
2/27/2018 BCG2A

<colgroup><col><col></colgroup><tbody>
</tbody>






<colgroup><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
In G2 control+shift+enter, not just enter, and copy down:

=SUM(IF(FREQUENCY(IF($B$2:$B$11=$F2,$A$2:$A$11),$A$2:$A$11),1))

where F2 houses a value like BCG1A.
 
Last edited:
Upvote 0
I tried the formula a few times but it doesn't work unfortunately - there is an error in the way it is written...I can't figure out what it is
 
Upvote 0
Sorry I missed the CTL+SHIFT+ENTER which you indicated from the start. My apologies. Thanks for your help!
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,323
Members
449,077
Latest member
jmsotelo

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