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
Getting the data from a comma delimited string using SQL Query
Copy cell using Copy Function in VBA
in-place upgrade
Get value from a specific field based on the value of an another field in the same query?
Mapping drive to Win 7 machine
Calculate/edit a field in a datagrid VB.net
How to disable page up and page down keys in ms access 97b
Why is #include "stdafx.h" required to run the following code from this C++ book?
Need to make a label visible on screen when record has been deleted but not yet cleared using Pack
Web.config app error problem