Microsoft
Software
Hardware
Network
Question : Extracting Numbers
I have numbers I've cut and pasted into column A in Excel. The format is (0-0) +00.0 -- where there is one space between the ) and the + or - sign, and a 00.0 or 0.0 number. I need to extract that + or - sign with the number to the right of the ) into Column B
For example, in the case where it's (12-15) +14.5 I need to extract the +14.5
In the case where it's (10-10) -0.5 I need to extract the -0.5
In the case where it's (25-10) +31.5 I need to extract the +31.5
Hope this is enough information for you. Thanks in advance!
Answer : Extracting Numbers
=MID(A1,FIND(")",A1)+1,100
) to return a text result, or
=value(MID(A1,FIND(")",A1)
+1,100)) to return a numeric value
Random Solutions
Closest number match
Using the SCardTransmit method
SQL Query to delete all records older than 365 days
How to get max value from table (Access 2003 vs VB.net 2005)
how many vCpu to assign to SBS2008 on a ESXi 4.0 server
Software to recover an overwritten Excel file
XML Parsing Error: undefined entity
Run-time errors'2105' and '3021'
Can't login into Windows XP
Microsoft Office Communicator 2007 R2 auto login enternally what not a member of Domain??