I am trying to create a "level of effort" calculation where we compare the count of bidded, lost, and awarded projects against a specific criteria, which is often a dropdown column in the source sheet. I have tried using JOIN, COLLECT, and INDEX from at least a dozen posts in the Community but nothing has worked to date.
For example, one of the "level of effort" calculations we're looking at compare the amount of bidded, lost, and awarded projects to the client account/name. We have three sheets that have identical column setup: Active, Closed, and Complete/Awarded.
- I need to combine the client list in a dynamic array from these three sheets. Once this has been combined, I only need the unique values from this list. In excel, the equivalent function is "UNIQUE(VSTACK())". I need to AVOID entering this in manually, as the client list is updated multiple times a day. I am unable to use a reference number/ID column because some projects are bid to multiple clients—I need a record of how many projects have been bid to a specific client independent of if other clients received the proposal.
- Alternatively, if there were a way to utilize column linking using the Table view in the source cells within the described formula that would solve my issue, I believe, but this is not possible to my knowledge.
I am hoping there is a way to do this to prevent near-constant babysitting.