Count duplicate data VBA

Kannah

New Member
Joined
Feb 7, 2022
Messages
1
Office Version
  1. 2010
Platform
  1. Windows
Hi all, please help me solve this VBA exercise.

The Excel table contains data from contact monitoring. It was recorded when people were in a place. Places and times are represented by a place ID and a time ID.
Create VBA program that shows in column D when people have met at a specific time and place. People should be tagged with the number of their contacts. The time ID can deviate by +/-50 points.
 

Attachments

  • Questions.png
    Questions.png
    15.5 KB · Views: 3

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
use the PIVOT table to count items.
if it involves > 1 field, then in another column , combine fields (concat) and use pivot to count them.
 
Upvote 0

Forum statistics

Threads
1,215,336
Messages
6,124,332
Members
449,155
Latest member
ravioli44

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