I have a cell with the following value:
5661:GRE:08:NAME
I'd like to find an excel formula that can help me extrapolate from this example the following values into separate columns/cells: 5661 GRE 08 NAME
I have used LEN
, MID
, FIND
in the past but that was only to find a single "delimiter" like :
in the above example. Not sure how to figure this out to find values when the delimiter repeats several times in a cell. Would rather try to solve this in formulas than have to use VBA.