I have a column of addresses that I want to separate into 3 columns for street, city, and state.
For example: 1 Tesla Road, Austin, Texas, 78725
Street: 1 Tesla Road
City: Austin
State: Texas
Is there a formula I could use to separate the address into 3 columns by the commas?