I have a list of what we call "opportunities" (opps), and some are linked to a specific project name (i.e. there are a number of opps for multiple Customers, but all being worked on at the same time under one project). I need to be able to count up how many opportunities we have but also how many distinct projects we have assigned to each "Owner".
I've attached a data file and a subset screenshot below. Opportunity ID is the primary data column. So you can see for example below that the first three unique opportunity ID's are linked by a common project name. So the owner, Louise, has 3 opps, but only one project. Could anyone help me with a formula that enables me to count up how many distinct projects each owner has. I have tried various iterations of using count, count if, distinct, collect and simply cannot get it to work - I only ever get a count of 1 which I know is incorrect. I think my last attempt was something akin to:- =COUNT(DISTINCT(COLLECT({Project Name}, {Sheet Range}, =Owner@row))).
I think part of the issue is that I don't fully understand the logic of the collect function and which range to apply it to, so if anyone could help me walk through the logical steps as well that would be super helpful. Also, is "distinct" the correct thing to use here? It should be such as simple ask but I am stumped so any help very much appreciated - I am a layman so please be gentle with me!! :)
Thanks in anticipation to all you geniuses (or genii?)!
`