Counting the frequency of occurence of 3 variables

abberyfarm

Well-known Member
Joined
Aug 14, 2011
Messages
733
Hi,

I have 3 Columns of data covering about 20,000 rows. For example

Sheet1

*ABD
1Start TimeDistanceJourney Time
208:00:009.522
317:45:001028
408:00:009.524
517:30:009.534
608:15:009.528
714:00:00314
815:30:001024




How could I count up the number of occurrences of each combination?

For example I want it to check all the rows and if the first combination occurs 3 time then put 3 in the frequency column.

Excel Workbook
ABDEF
1Start TimeDistanceJourney TimeFrequency
208:00:009.5223
Sheet1




Would you use a pivot table? What labels would go in the different fields?

Thank you
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Yes, use a pivot table:
Row labels: Start Time; Distance; Journey Time
Values: Count of Journey Time
 
Upvote 0

Forum statistics

Threads
1,203,428
Messages
6,055,325
Members
444,781
Latest member
rishivar

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