Hey,
I am making a 5 x 5 risk Matrix. Every risk is rated With a probability score (1-5) and a consequence score (1-5) which determine their position (1-25) in the risk matrix.
I have a summary table of all the risks. The table contain the risk ID, the probability score and the consequence score. I need to concatenate all the risk ID of every risk that has the same risk coordinates in the corresponding cell in the risk Matrix.
I previously solved this With a helping Matrix that listed all the risk IDs for each risk Matrix position 1-25. But my solution was Limited to a set number of possible risks, and it is a lot of work to adjust this if the Maximum is exceeded.
Is it possible to make a formula that basically concatenate all risk IDs from the risk table, based on the probability and consequence values (coordinates) and Place them in the corresponding risk Matrix cell?
Please have a look at the Attached file.
Edit: This is for my Excel at work which is 2016. TEXTJOIN does not work in this Version.
Bookmarks