A7 = name and address as "Mister Big5555East Road
C7 = Number of characters before first number
=Min(search({0,1,2,3,4,5,6,7,8,9},A7$"0123456789")),left(A7,C7-1),Right(A7,Len(A7)-c7+1))
All works when I use three cells with each step in the formula.
Thank you!
C7 = Number of characters before first number
=Min(search({0,1,2,3,4,5,6,7,8,9},A7$"0123456789")),left(A7,C7-1),Right(A7,Len(A7)-c7+1))
All works when I use three cells with each step in the formula.
Thank you!