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
Slow ODBC connection from PHP through IIS to Sql Sever 2005
SQL syntax producing duplicate results
Union All Query for Sub Report Order By
Error received - "Access to the path 'C:\System Volume Information' is denied." - when trying to search for a file
Server activesync event ID 3005
data transfer cable vista
Can't get the Excel ado connection to work with .xls version 2.1
reset server node -WSUS3 -SP2
JQuery is disabled by partial postbacks
Microsoft SSIS Service failed to start. Error: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))