Forum Discussion

Katoomba's avatar
Katoomba
Copper Contributor
Dec 07, 2020

Formula for extracting nth field from long delimited text string

I'm currently using the following formula to extract the nth field (n=7) from a text string located in cell A1 and delimited by » Char(187):   =MID(A1,FIND("®",SUBSTITUTE(A1,CHAR(187),"®",7))+1,FIN...

Resources