Hi,
Need some help!
I have a dataset where a contact could be dually registered and will have two rows and some cases just one registration. I want my output to include the contacts that are dually registered. Is there a way that I could do this? Thanks in advance
For example
Rep ID Name Registration
12345 Bob Smith RIA
12345 Bob Smith BD
78456 Williams RIA
6789 Shane RIA
8765 Phil BD
8765 Phil RIA
Solved! Go to Solution.
Hi @aparna0208
You can try using the Summary tool, Group by the RepID and count the number of occurence.
Dawn.
Awesome, it worked. Thank you so much:) @ArtApa
Thanks a lot for your inputs:) @DawnDuong