Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi All ~ Need to separate this kind of data into 3 fields Los Angeles, CA 90038 I found this bit of code which ALMOST does what i need it to For the city, use =LEFT(A1,FIND(",",A1)-1) For the state, use =RIGHT(A1,LEN(A1)-FIND(",",A1)-1) but it comes back with the State and Zip still in the same field and there is no coma between I can use to select. Is there a way to get it to grab only numbers? THANKS! JB -- JB1981 ------------------------------------------------------------------------ JB1981's Profile: http://www.excelforum.com/member.php...o&userid=34807 View this thread: http://www.excelforum.com/showthread...hreadid=545660 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to Separate City, State, Zip | Excel Discussion (Misc queries) | |||
How to change address, city, state zip code into separate columns | Excel Discussion (Misc queries) | |||
separate an address street/city,state,zip within a cell? | Excel Worksheet Functions | |||
I wish to separate city, state, and zip into 3 separate columns | Excel Worksheet Functions | |||
Address is in separate fields | Excel Worksheet Functions |