Re: - signs at back of number so won't add up, please help!
- From: via135 <via135.23p10y_1140716702.401@xxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 23 Feb 2006 11:40:48 -0600
hi!
select the range of your data!
goto menu bar
Data > Text to Columns > Select Fixed width > Select General in Data
Format >>finish
you'll get the desired result!
-via135
Elkar Wrote:
Here's one possible solution.
Insert a new column and use the following formula:
=IF(RIGHT(A1,1)="-",VALUE("-"&SUBSTITUTE(A1,"-","")),A1)
This will move the - sign to the front of all values if they have it,
otherwise leave the value as is.
You can then perform your SUM on this new column, or "COPY" and "PASTE
SPECIAL - VALUES" over your original data. Then delete the new
column.
HTH,
Elkar
"Adam" wrote:
signs
I copy data into excel from an accounts programme, but all the minus
are at the back so Excel won't add these numbers up
i.e 4
3-
Th answer comes to 4 rather than one , what can I do about this?
Thanks for your help Adam
I know you guys/girls know an answer
--
via135
------------------------------------------------------------------------
via135's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=26725
View this thread: http://www.excelforum.com/showthread.php?threadid=515835
.
- Prev by Date: Re: how do i roundup a formula result to the nearest unit of 10
- Next by Date: Re: Solve this Equation, Please
- Previous by thread: Re: how do i roundup a formula result to the nearest unit of 10
- Next by thread: Re: - signs at back of number so won't add up, please help!
- Index(es):
Relevant Pages
|