![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 2
|
I import data to excel with negative number issues.
Import example is: 123- How do I change this in Excel to look like -123 ? Excel thinks this is text not a numeric number. Help! Thank you. C Bunton |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
Try this
=IF(RIGHT(A1)="-",-LEFT(A1,LEN(A1)-1),A1) |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
|
|
|
|
|
|
#4 |
|
New Member
Join Date: May 2002
Posts: 2
|
Wow!!!!!!!!!!! This really works.
Thanks for the great advise! |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|