Countifs Unique Values

Marc_w90

Board Regular
Joined
Jul 11, 2014
Messages
74
Office Version
  1. 365
Platform
  1. Windows
Column A - list of Company name
Column B - Contact point in sales team

Each company has multiple rows of data, in 99% of cases, the salesperson is the same in each row for that unique company.
I need to know which ones have multiple sales people related to each company.

I'm trying to sum up each company into 1 row and in doing so, i need to know which ones have multiple salespeople and who they are. all on one line of data,

I feel like countif unique is in there some where, but I can't get it to work.

Any ideas?

The picture shows an example of what I need it to do.

Thanks
 

Attachments

  • Excel question.jpg
    Excel question.jpg
    45.2 KB · Views: 11

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
How about for E3
Excel Formula:
=UNIQUE(FILTER(A2:A100,A2:A100<>""))
then in F3 dragged down
Excel Formula:
=TEXTJOIN(", ",,UNIQUE(FILTER($B$2:$B$100,$A$2:$A$100=E3)))
 
Upvote 0

Forum statistics

Threads
1,215,029
Messages
6,122,757
Members
449,094
Latest member
dsharae57

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