PC Review


Reply
Thread Tools Rate Thread

Changing Negative Sign from Back to Front

 
 
dipin.puri@gmail.com
Guest
Posts: n/a
 
      22nd May 2007
I have a large set of data, most of it being numerical. In one column
however, the data imported was imported with negative values having
the negative placed at the end of the number. (ie 2314-, 543-) as
opposed to (-2314 or -543). Does anyone have a quickfix for this
problem?

 
Reply With Quote
 
 
 
 
=?Utf-8?B?S0FSTCBERVdFWQ==?=
Guest
Posts: n/a
 
      22nd May 2007
Backup your database. Do update like this --
"-" & Left([YourField],InStr([YourField],"-")-1)
--
KARL DEWEY
Build a little - Test a little


"(E-Mail Removed)" wrote:

> I have a large set of data, most of it being numerical. In one column
> however, the data imported was imported with negative values having
> the negative placed at the end of the number. (ie 2314-, 543-) as
> opposed to (-2314 or -543). Does anyone have a quickfix for this
> problem?
>
>

 
Reply With Quote
 
Kerry
Guest
Posts: n/a
 
      22nd May 2007
How about:

IIf(InStr([Field1],"-")>0,-1*Abs(Val([Field1])),[field1])

On May 22, 11:39 am, dipin.p...@gmail.com wrote:
> I have a large set of data, most of it being numerical. In one column
> however, the data imported was imported with negative values having
> the negative placed at the end of the number. (ie 2314-, 543-) as
> opposed to (-2314 or -543). Does anyone have a quickfix for this
> problem?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Switching negative signs from back to front tracytracy123 Microsoft Excel Misc 4 23rd Jun 2009 04:34 PM
Changing the Negative Sign =?Utf-8?B?dGVkZDEz?= Microsoft Excel Programming 5 1st May 2006 05:05 PM
Reversing Sign on Column of Data (Positive to Negative) (Negative to Postive) M Stokes Microsoft Excel Worksheet Functions 1 26th Apr 2004 04:33 PM
Moving minus sign from back to front of number Paula Microsoft Excel Misc 3 11th Mar 2004 12:53 AM
Re: Importing negative numbers when negative sign is at the back of the number Ken Snell Microsoft Access External Data 3 5th Aug 2003 07:14 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:00 AM.