Microsoft
Software
Hardware
Network
Question : Extracting Text
I have cells of information that read, for example, in cells A1, A2, and A3 respectively:
Tokyo (11-23) -3.40
Sydney (100-5) +3.5
Paris (66-2) -10.5
I simply want to extract the city names Tokyo, Sydney and Paris into cells B1, B2, and B3, respectively.
There will always be a space between the city name and the open paren (
Thanks in advance!
Answer : Extracting Text
put the function for the excel sheet
= LEFT(A1,SEARCH(" (",A1,1))
Accept the solution if it was helpful to you
Random Solutions
Access Table structure...
Import a CSV file to multiple tables
Distributing an Excel Add-In
Cannot uninstall Exchange 2010 Hub transport role of previously deleted 2008 R2 server
SBS2008 Error 50331656 Remote Desktop
Great Plains 10 Custom Report - Multiple Comanies different form layout
Using Workbook.SaveAs in Access with VBA generates Error 1004???
synchtableconfigmanager threw an exception while trying to add a datasource
IAS Service Stoping with Member Not Found error.
NAVISION 4.02 SP2 issues copying from Excel into NAVISION, whats the root cause?