Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=IF(ISERR(FIND(",",A1)),A1,TRIM(RIGHT(A1,LEN(A1)-FIND("^",SUBSTITUTE(A1,", ","^",LEN(A1)-LEN(SUBSTITUTE(A1,",",""))))))) "John" wrote: Hi, I've want to be able to return the country in the cells, EG Luxembourg London, UK Miami, FL, USA I can get this to work using =IF(ISERROR(FIND(",",P431))=TRUE,P431,TRIM(MID(P43 1,FIND(",",P431)+1,LEN(P431)))) Problem is when i have two ',' i only get Fl, USA where all i want is USA. I vould possibly use an extra iteration in the function to say if the result still has a common in then search again, but wanted to know if their is something in XL that will count the number of ',' in a string? THanks John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
counting characters in a cell | Excel Discussion (Misc queries) | |||
counting characters inside a cell | Excel Discussion (Misc queries) | |||
Counting the occurences | Excel Worksheet Functions | |||
Counting Occurences | Excel Discussion (Misc queries) | |||
Counting Characters in a Cell | Excel Worksheet Functions |