HiI have a comma separated field containing numerous 2 digit numbers that I would like splitting out by a corresponding unique code held in another field on the same row.E.gUnique Code Comma Separated Field14587934 1,5,17,18,19,40,51,62,706998468 10,45,62,18,1979585264 1,5,18These needs to be in column format or held in an array to be used as conditional criteria.Unique Code Comma Separated Value79585264 179585264 579585264 18Thanks,
↧