*For Each* item in a Cell ( which holds an array inside it)

I have cells in a column, holding an array (item1, item2, item3…) , although the format can also be (item1 item2 item3).

I need for each to parse through all the items present in each individual cell.

Tried assigning a variable iEnumerable to cell value eg. Cell1 = Row(“Column_Name”).ToString and all it returns is all characters of “System.Collection…” one by one :D.

I would then put “If then” for each of these items, as extracted.

Any help would be highly appreciated.