Group BLUE can be paired with another member of group BLUE or with a member of RED
BUT Group RED can only be paired with a member of group BLUE
| BLUE | RED |
|---|---|
| Nik | Steve |
| Pat | Alex |
Nik & Steve
Nik & Alex
Nik & Pat
Pat & Steve
Pat & Alex
This is 5 crew pairings (Nik/Pat is the same as Pat/Nik, so it should be counted only one time). How would I write the formula to allow me to continue to build by continuing adding members to both groups? I tried =Blue((blue-1)red) which does not yield an accurate total.




This sounds more amenable to a SQL solution, so I would describe your blue table and your red table to POWERQUERY in Excel then build a query like this:
Now you can add elements to both tables and then re-run your query for updated results.