Hi Guys,
I have data organized in two columns. One column contains entries that describe different causes of error. The second column contains entries showing the error type. I need to generate a string that would look like this (as an example): "There were 3 error types Three, which were caused by Administrative and Human errors". I want to be able to generate a code that tells me what unique entries for causes of error exist for each error type and I want to put that in a string. Can anyone help me, please?
Cause or Error Error Type
Administrative Two
Human Three
Technology One
Administrative Two
Technology Three
Human Two
Human One
Human One
Technology Three
Technology Three
Technology Three
Bookmarks