PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Discussion change 90- to -90 in excel 2000

Reply

change 90- to -90 in excel 2000

 
Thread Tools Rate Thread
Old 28-03-2007, 03:17 AM   #1
=?Utf-8?B?Uml6aW5zdGs=?=
Guest
 
Posts: n/a
Default change 90- to -90 in excel 2000


Is there a way to do this in excel?
  Reply With Quote
Old 28-03-2007, 03:42 AM   #2
T. Valko
Guest
 
Posts: n/a
Default Re: change 90- to -90 in excel 2000

Use text to columns

Select the range in question
Goto the menu Data>Text to Columns
Unless you have made default changes to this wizard all you need to do is
select Finish

Biff

"Rizinstk" <Rizinstk@discussions.microsoft.com> wrote in message
news:AEB7DC1E-24BD-44AE-AFBF-64758347EAB3@microsoft.com...
> Is there a way to do this in excel?



  Reply With Quote
Old 28-03-2007, 02:22 PM   #3
Dave Peterson
Guest
 
Posts: n/a
Default Re: change 90- to -90 in excel 2000

Dana DeLouis posted this:

Sub TrailingMinus()
' = = = = = = = = = = = = = = = =
' Use of CDbl suggested by Peter Surcouf
' Program by Dana DeLouis, dana2@msn.com
' = = = = = = = = = = = = = = = =
Dim rng As Range
Dim bigrng As Range

On Error Resume Next
Set bigrng = Cells.SpecialCells(xlConstants, xlTextValues).Cells
If bigrng Is Nothing Then Exit Sub

For Each rng In bigrng.Cells
rng = CDbl(rng)
Next
End Sub

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Rizinstk wrote:
>
> Is there a way to do this in excel?


--

Dave Peterson
  Reply With Quote
Old 28-03-2007, 02:23 PM   #4
Dave Peterson
Guest
 
Posts: n/a
Default Re: change 90- to -90 in excel 2000

I think that this was added in xl2002 (and the subject points to xl2k).

(Yeah, it's nice when the details are posted in the body--who reads the subjects
<bg>)

"T. Valko" wrote:
>
> Use text to columns
>
> Select the range in question
> Goto the menu Data>Text to Columns
> Unless you have made default changes to this wizard all you need to do is
> select Finish
>
> Biff
>
> "Rizinstk" <Rizinstk@discussions.microsoft.com> wrote in message
> news:AEB7DC1E-24BD-44AE-AFBF-64758347EAB3@microsoft.com...
> > Is there a way to do this in excel?


--

Dave Peterson
  Reply With Quote
Old 29-03-2007, 11:36 PM   #5
T. Valko
Guest
 
Posts: n/a
Default Re: change 90- to -90 in excel 2000

I've never used Excel 2000. I assumed this was available "way" back then!

I jumped from 97 to 2002. It'll be awhile before I go on to 2007. In fact,
an even newer version will probably come out before I leave 2002.

Biff

"Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
news:460A5E57.8D1B05A8@verizonXSPAM.net...
>I think that this was added in xl2002 (and the subject points to xl2k).
>
> (Yeah, it's nice when the details are posted in the body--who reads the
> subjects
> <bg>)
>
> "T. Valko" wrote:
>>
>> Use text to columns
>>
>> Select the range in question
>> Goto the menu Data>Text to Columns
>> Unless you have made default changes to this wizard all you need to do is
>> select Finish
>>
>> Biff
>>
>> "Rizinstk" <Rizinstk@discussions.microsoft.com> wrote in message
>> news:AEB7DC1E-24BD-44AE-AFBF-64758347EAB3@microsoft.com...
>> > Is there a way to do this in excel?

>
> --
>
> Dave Peterson



  Reply With Quote
Old 30-03-2007, 01:37 AM   #6
Sandy Mann
Guest
 
Posts: n/a
Default Re: change 90- to -90 in excel 2000

If you mean Text to Columns then it is available in XL97. Like Biff I think
that the will be a yet another newer version of XL out before I am able to
upgrade <g>

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

sandymann2@mailinator.com
Replace@mailinator.com with @tiscali.co.uk


"Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
news:460A5E57.8D1B05A8@verizonXSPAM.net...
>I think that this was added in xl2002 (and the subject points to xl2k).
>
> (Yeah, it's nice when the details are posted in the body--who reads the
> subjects
> <bg>)
>
> "T. Valko" wrote:
>>
>> Use text to columns
>>
>> Select the range in question
>> Goto the menu Data>Text to Columns
>> Unless you have made default changes to this wizard all you need to do is
>> select Finish
>>
>> Biff
>>
>> "Rizinstk" <Rizinstk@discussions.microsoft.com> wrote in message
>> news:AEB7DC1E-24BD-44AE-AFBF-64758347EAB3@microsoft.com...
>> > Is there a way to do this in excel?

>
> --
>
> Dave Peterson




  Reply With Quote
Old 30-03-2007, 01:52 AM   #7
Gord Dibben
Guest
 
Posts: n/a
Default Re: change 90- to -90 in excel 2000

Text to Columns was available in 97, but not the Advanced>Trailing minus
optionbox within the T to C.


Gord

On Fri, 30 Mar 2007 00:37:04 +0100, "Sandy Mann" <sandymann2@mailinator.com>
wrote:

>If you mean Text to Columns then it is available in XL97. Like Biff I think
>that the will be a yet another newer version of XL out before I am able to
>upgrade <g>


  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off