I need to split out an address with the the number and street in the 1st column and the Suite part in the 2nd column.
The address is 2253 INDIAN RIVER RD STE 360
I got it to work for the 1st column using: IIf([Address_1_2] Like "*STE*",Left([Address_1_2],InStr([Address_1_2],"STE")-1),[Address_1_2]). The result was: 2253 INDIAN RIVER RD
But I can't figure out how to get the 2nd part of the address: STE 360
I tried using MID, but either it would not work or it would not include STE.
Thanks,
Scott
Our community of experts have been thoroughly vetted for their expertise and industry experience.