Hey, I am looking for a formula field to extract city, state and zip code from a full address field
This is how a full address looks like "New York, NY, 10031". I want to split them 3 ways using formula, how can I do that

I used this formula to get the City
LEFT({Full Address},FIND(",",{Full Address})-1)

