Hello all,
Currently I have a column of cells that contain numbers like this:
"1,13,19"
"2,14,19,45,50"
"1,12,21,31"
"14"
"11,13,21,30"
...
and also a column of ID numbers.
I am hoping to convert the individual values to characters so that I can combine it with an ID and perform a countif...