Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
FIRST ELEMENT (B2)
=MID(A2,1,(FIND(" ",A2)))
SECOND ELEMENT (C2)
=MID(A2,(LEN(B2)+1),(FIND(" ",RIGHT(A2,LEN(A2)-LEN(B2)))))
THIRD ELEMENT (D2)
=MID(A2,(LEN(B2)+LEN(C2)+1),(FIND(" ",RIGHT(A2,LEN(A2)-(LEN(B2)+LEN(C2))))))
FOURTH ELEMENT (E2)
=MID(A2,(LEN(B2)+LEN(C2)+LEN(D2)+1),(FIND(" ",RIGHT(A2,LEN(A2)-(LEN(B2)+LEN(C2)+LEN(D2))))))
FIFTH ELEMENT (F2)
=MID(A2,(LEN(B2)+LEN(C2)+LEN(D2)+LEN(E2)+1),(FIND(" ",RIGHT(A2,LEN(A2)-(LEN(B2)+LEN(C2)+LEN(D2)+LEN(E2))))))
SIXTH ELEMENT (G2)
=MID(A2,(LEN(B2)+LEN(C2)+LEN(D2)+LEN(E2)+LEN(F2)+1),(FIND(" ",RIGHT(A2,LEN(A2)-(LEN(B2)+LEN(C2)+LEN(D2)+LEN(E2)+LEN(F2))))))
FIXED SIXTH ELEMENT (H2)
=RIGHT(A2,LEN(A2)-(LEN(B2)+LEN(C2)+LEN(D2)+LEN(E2)+LEN(F2)))
I hate to be the one to bring this up, but what if one of the addresses is:
123 Oak View Drive Mount Airy nc 27030 ?
I hate to be the one to bring this up, but what if one of the addresses is: 123 Oak View Drive Mount Airy nc 27030 ?
.Skip said:an absolute mess