I'm trying to split a list of addresses where the only unique identifer is the six spaces between the street address and city which is listed in one cell.
For example, the following text is in cell A3:
1234 Main St Chicago, IL 12345
=MID(A3,1,FIND(" ",A3,1)-1)
When I use the above formula it returns the #VALUE!
If I retype the address and use this formula it will return 1234 Main St which is what I'm looking for. I've used the format painter to reformat the text which was copied but I'm still receiving the #VALUE! problem - Please Help!
For example, the following text is in cell A3:
1234 Main St Chicago, IL 12345
=MID(A3,1,FIND(" ",A3,1)-1)
When I use the above formula it returns the #VALUE!
If I retype the address and use this formula it will return 1234 Main St which is what I'm looking for. I've used the format painter to reformat the text which was copied but I'm still receiving the #VALUE! problem - Please Help!