Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Here's a couple of functions to get you started...
City: =LEFT(A1,SEARCH(",",A1,1)-1) State: =MID(A1,SEARCH(",",A1,1)+2,2) Zip: =RIGHT(A1,5) 'if only 5 characters hth James "Tony" wrote: What is the formula for breaking up the contents of a cell into multiple cells. A1 Detroit, MI 48089 A1 B2 B3 Detroit MI 48089 Thanks for the help........... Tony |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copying cell names | Excel Discussion (Misc queries) | |||
Cell color based upon cell value | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
ADDRESS function - dynamic input cell | Excel Discussion (Misc queries) | |||
up to 7 functions? | Excel Worksheet Functions |