» Problem: The Minus Sign Appears to the Right of the Number
CATEGORY - Excel Importing Text Files
VERSION - All Microsoft Excel Versions
To move the minus sign from the right to the left:Use the following function:
=VALUE(IF(RIGHT(A1,1)="-",RIGHT(A1,1)&LEFT(A1,LEN(A1)-1),A1))
In Excel 2002 & Excel 2003, this problem is solved in the following manner:
1. In Step 3 of 3 of the Text Import Wizard, or in Step 3 of 3 of Text to Columns (select from Data), click Advanced.
2. In the Advanced Text Import Settings dialog box, select the Trailing minus for negative numbers checkbox.


Book Store:
Recommended Books:
- Advanced modelling in finance using Excel and VBA
- Understanding Financial Statements
- MP Managerial Accounting w/ Topic Tackler, Net Tutor, & PowerWeb
- Quantitative Methods in Derivatives Pricing: An Introduction to Computational Finance
- Microsoft Access 2002 for Dummies
- Real Estate Finance and Investments (Real Estate Finance and Investments, 11th Ed)
No comments have been submitted.

