PC Review


Reply
Thread Tools Rate Thread

Ascending Sort formula, change to neg #: descending sort..

 
 
=?Utf-8?B?bmFzdGVjaA==?=
Guest
Posts: n/a
 
      2nd Jul 2007
Hi, have a project where intensive sort formula work needs rest of formula
ascending (for that worker column), but need to descending sort item within.
sample of what have: (thanks)

Problem is getting a number column to sort in descending order (i.e. make a
negative number so an "Ascending" sort will handle the other parameters as
ascending). 1st part ascending, only 2nd part needs change to descending.

=IF($Z$2=1,AA9,9)&IF($CU$2=1,-CU9*10^-11,9)

have used variations with TEXT(CU9,"00000000000") and trying to put the
negative sign around different spots, not getting to work.

 
Reply With Quote
 
 
 
 
=?Utf-8?B?QmFyYiBSZWluaGFyZHQ=?=
Guest
Posts: n/a
 
      2nd Jul 2007
You're question isn't very clear. You may want to clarify it a bit.

"nastech" wrote:

> Hi, have a project where intensive sort formula work needs rest of formula
> ascending (for that worker column), but need to descending sort item within.
> sample of what have: (thanks)
>
> Problem is getting a number column to sort in descending order (i.e. make a
> negative number so an "Ascending" sort will handle the other parameters as
> ascending). 1st part ascending, only 2nd part needs change to descending.
>
> =IF($Z$2=1,AA9,9)&IF($CU$2=1,-CU9*10^-11,9)
>
> have used variations with TEXT(CU9,"00000000000") and trying to put the
> negative sign around different spots, not getting to work.
>

 
Reply With Quote
 
=?Utf-8?B?bmFzdGVjaA==?=
Guest
Posts: n/a
 
      2nd Jul 2007
thanks, sorry, not sure how to word; example is short version placed in a
worker column for sorting, have an extended list of columns sorted under
conditions of simply putting a "1" in the 2nd cell at top of that column &
separating items in 1 formula with the andpersand (sp): &; that aside, I
pick that worker column to sort (L in my case), sort is in ascending order
for that 1 worker column.

the 2nd item in the formula is a number ranging from thousands to 1 or 10
billion.
desire is to sort the column it refers to in descending order. placing
various numbers in the column: CU (descending) and sorting on: L (the
phyisical sort: ascending). Goal is to get CU to sort descending, within
L, in descending order.
hows that thanks

"Barb Reinhardt" wrote:

> You're question isn't very clear. You may want to clarify it a bit.
>
> "nastech" wrote:
>
> > Hi, have a project where intensive sort formula work needs rest of formula
> > ascending (for that worker column), but need to descending sort item within.
> > sample of what have: (thanks)
> >
> > Problem is getting a number column to sort in descending order (i.e. make a
> > negative number so an "Ascending" sort will handle the other parameters as
> > ascending). 1st part ascending, only 2nd part needs change to descending.
> >
> > =IF($Z$2=1,AA9,9)&IF($CU$2=1,-CU9*10^-11,9)
> >
> > have used variations with TEXT(CU9,"00000000000") and trying to put the
> > negative sign around different spots, not getting to work.
> >

 
Reply With Quote
 
=?Utf-8?B?bmFzdGVjaA==?=
Guest
Posts: n/a
 
      2nd Jul 2007
If I am correct, point is that sorting negative numbers, Ascending, sorts
from large to small, and in essence a descending absolute value?? -3, -2,
-1, 0, 1 2 3 ..
think I might be on wrong track..

"Barb Reinhardt" wrote:

> You're question isn't very clear. You may want to clarify it a bit.
>
> "nastech" wrote:
>
> > Hi, have a project where intensive sort formula work needs rest of formula
> > ascending (for that worker column), but need to descending sort item within.
> > sample of what have: (thanks)
> >
> > Problem is getting a number column to sort in descending order (i.e. make a
> > negative number so an "Ascending" sort will handle the other parameters as
> > ascending). 1st part ascending, only 2nd part needs change to descending.
> >
> > =IF($Z$2=1,AA9,9)&IF($CU$2=1,-CU9*10^-11,9)
> >
> > have used variations with TEXT(CU9,"00000000000") and trying to put the
> > negative sign around different spots, not getting to work.
> >

 
Reply With Quote
 
=?Utf-8?B?bmFzdGVjaA==?=
Guest
Posts: n/a
 
      2nd Jul 2007
is this more of a math question, suppose some variation of 1/.. x10..

"Barb Reinhardt" wrote:

> You're question isn't very clear. You may want to clarify it a bit.
>
> "nastech" wrote:
>
> > Hi, have a project where intensive sort formula work needs rest of formula
> > ascending (for that worker column), but need to descending sort item within.
> > sample of what have: (thanks)
> >
> > Problem is getting a number column to sort in descending order (i.e. make a
> > negative number so an "Ascending" sort will handle the other parameters as
> > ascending). 1st part ascending, only 2nd part needs change to descending.
> >
> > =IF($Z$2=1,AA9,9)&IF($CU$2=1,-CU9*10^-11,9)
> >
> > have used variations with TEXT(CU9,"00000000000") and trying to put the
> > negative sign around different spots, not getting to work.
> >

 
Reply With Quote
 
=?Utf-8?B?bmFzdGVjaA==?=
Guest
Posts: n/a
 
      2nd Jul 2007
=IF($CU$2=1,1/(CU9*10^-11),9)

might be working


"Barb Reinhardt" wrote:

> You're question isn't very clear. You may want to clarify it a bit.
>
> "nastech" wrote:
>
> > Hi, have a project where intensive sort formula work needs rest of formula
> > ascending (for that worker column), but need to descending sort item within.
> > sample of what have: (thanks)
> >
> > Problem is getting a number column to sort in descending order (i.e. make a
> > negative number so an "Ascending" sort will handle the other parameters as
> > ascending). 1st part ascending, only 2nd part needs change to descending.
> >
> > =IF($Z$2=1,AA9,9)&IF($CU$2=1,-CU9*10^-11,9)
> >
> > have used variations with TEXT(CU9,"00000000000") and trying to put the
> > negative sign around different spots, not getting to work.
> >

 
Reply With Quote
 
=?Utf-8?B?bmFzdGVjaA==?=
Guest
Posts: n/a
 
      2nd Jul 2007
This should do it, gets answers to show for 10's of billions...
=IF($CU$2=1,TEXT(1/(CU435*10^-11),"0000000"),9)

"Barb Reinhardt" wrote:

> You're question isn't very clear. You may want to clarify it a bit.
>
> "nastech" wrote:
>
> > Hi, have a project where intensive sort formula work needs rest of formula
> > ascending (for that worker column), but need to descending sort item within.
> > sample of what have: (thanks)
> >
> > Problem is getting a number column to sort in descending order (i.e. make a
> > negative number so an "Ascending" sort will handle the other parameters as
> > ascending). 1st part ascending, only 2nd part needs change to descending.
> >
> > =IF($Z$2=1,AA9,9)&IF($CU$2=1,-CU9*10^-11,9)
> >
> > have used variations with TEXT(CU9,"00000000000") and trying to put the
> > negative sign around different spots, not getting to work.
> >

 
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
sort by letter not in ascending or descending Kelly Microsoft Access Reports 2 25th Feb 2008 08:54 PM
Sort ascending and descending Pietro Microsoft Access 4 27th Dec 2007 04:09 AM
Sort Ascending/Descending =?Utf-8?B?U3RldmUgQw==?= Microsoft Excel Programming 2 31st Jan 2007 10:50 PM
Sort other than by alphabetical ascending/ descending =?Utf-8?B?TWVsaXNzYQ==?= Microsoft Excel Misc 6 2nd Sep 2005 07:25 AM
sort date ascending, if null value sort descending =?Utf-8?B?U3dpbWdpcmw=?= Microsoft Access Queries 2 16th Feb 2005 06:40 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:05 AM.