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
C# Replace Statement
Need to migrate off NT4 domain where in addition to NT4 server there are two 2003 servers and an SBS 2003 server on the network
Installing Windows 98 on a Dell Inspiron 1150 laptop freezes
Unable to synchronize with Active Sync using a Pocket PC
Popup form prevents popup menu on a subform; is their a solution?
Publisher cannot be verified
UNDO operation at SQL SERVER 2008 from log files
excel - date
[http error 400 - request is badly formed] appears randomly in .net application
Long query in code does not run