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

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
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,214,606
Messages
6,120,497
Members
448,967
Latest member
visheshkotha

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