L lwilt Member Aug 14, 2013 #1 If i have "" that symbol multiple times within the cell but I want to pull everything right of the last "" how would I do that. example: thehappy_housegrey.jpeg basketballnbatitlethebostonceltics.jpeg
If i have "" that symbol multiple times within the cell but I want to pull everything right of the last "" how would I do that. example: thehappy_housegrey.jpeg basketballnbatitlethebostonceltics.jpeg
oldchippy Active Member Aug 14, 2013 #2 Hi lwilt, Take a look here http://chandoo.org/wp/tag/text-to-columns/
jeffreyweir Active Member Aug 14, 2013 #3 OR if you don't want to manually use text-to-columns, you could use this on text that was in A1: =MID(A1,1+FIND("|",SUBSTITUTE(A1,"","|",LEN(A1)-LEN(SUBSTITUTE(A1,"","")))),LEN(A1))
OR if you don't want to manually use text-to-columns, you could use this on text that was in A1: =MID(A1,1+FIND("|",SUBSTITUTE(A1,"","|",LEN(A1)-LEN(SUBSTITUTE(A1,"","")))),LEN(A1))