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
How to Import Excel Data into Outlook
Clustered IIS on Server 2003
SBS 2008 insists I have not ran Migration Prep on source server; I have
Script In SSIS
Item cannot be found in the collection corresponding to the requested name or ordinal (MS ACCESS)
"The Directory Service was unable to allocate a relative identifier." when adding machines to AD
explorer view ie8 on windows 7 and wss 3.0
SBS 2003 - OWA external access issue
Configuring Exchange 2010 (Ports/DNS/Send and Receive Connectors)
is there a way to programmatically change folder permissions in windows vista?