I've written a formula to get the first part of some text separated by space from a string located in cell A1. However, it doesn't work. Am I doing something wrong with my formula? Thanks in advance.
This is the main string:
HOUSTON TX 77017-2328
The formula i've tried with:
=LEFT(A1,FIND(" ",A1)-1)
The output I'm expecting:
HOUSTON