Hello,
I have a list of 200 companies with all their P&L numbers in a module. Now I want to sum all the data of the 6 biggest of these companies into one artificial company to have a market average.
How do I sum the 6 companies that I chose into a company called "benchmark Market" and then compare any single company to that "created benchmark company"?
The choice of the companies has to be changeable, preferably with a boolean on the list "companies"
Thank you!
Kind regards,
Filip