Apr 28, 2022 12:37 PM
I have a contacts tab with all of my customers and their contact information. I’d like to add a ‘sales rep’ column. The sales rep information is on my second tab, interactions. Every time my sales rep enters an interaction for one of my customers multiple times, their name shows up multiple times on the contacts tab for that customer. I just want the sales reps name to show up once. I’ve attached an image to help illustrate what I’m talking about. Any help would be appreciated.
Solved! Go to Solution.
Apr 28, 2022 12:46 PM
Try changing the lookup field to a rollup field with the formula ARRAYUNIQUE(values)
and see if that works.
Apr 28, 2022 12:46 PM
Try changing the lookup field to a rollup field with the formula ARRAYUNIQUE(values)
and see if that works.
Apr 28, 2022 12:58 PM
That worked!! Thank you so much.