+ Reply to Thread
Results 1 to 8 of 8

Sorting with a list

Hybrid View

Guest Sorting with a list 09-06-2005, 09:05 PM
Guest Re: Sorting with a list 09-06-2005, 10:05 PM
Guest Re: Sorting with a list 09-06-2005, 11:05 PM
Guest Re: Sorting with a list 09-07-2005, 03:05 PM
Guest Re: Sorting with a list 09-07-2005, 03:05 PM
  1. #1
    brianwakin
    Guest

    Sorting with a list

    I am trying to sort time values using a list. The time values in the cells
    are calculated by a formula and not manually entered in. When I try and sort
    them assending using a list it doesn't even come close to sorting correctly.
    How do you sort using a list when the values are calculated by formulas?
    Thanks. Any help would be greatly appreciated.

    --
    Brian

  2. #2
    Dave Peterson
    Guest

    Re: Sorting with a list

    My bet is that you have a mixture of real times and times entered as text--that
    only look like time.

    If you format that column as General, do your cells display numbers between 0
    and 1?

    (or maybe your cells contain dates and times and your cells are formatted to
    show only the time???)

    brianwakin wrote:
    >
    > I am trying to sort time values using a list. The time values in the cells
    > are calculated by a formula and not manually entered in. When I try and sort
    > them assending using a list it doesn't even come close to sorting correctly.
    > How do you sort using a list when the values are calculated by formulas?
    > Thanks. Any help would be greatly appreciated.
    >
    > --
    > Brian


    --

    Dave Peterson

  3. #3
    brianwakin
    Guest

    Re: Sorting with a list

    If I format the column as general I do have numbers between 0 and 1. My
    cells are formatted to show only time (h:mm am/pm). I don't understand what
    is going on here. If I hand type the same information in it sorts fine, if
    the information is generated with a formula it won't sort right. Any
    suggestions or more thoughts on this would be greatly appreciated. Thanks
    for your reply.
    --
    Brian


    "Dave Peterson" wrote:

    > My bet is that you have a mixture of real times and times entered as text--that
    > only look like time.
    >
    > If you format that column as General, do your cells display numbers between 0
    > and 1?
    >
    > (or maybe your cells contain dates and times and your cells are formatted to
    > show only the time???)
    >
    > brianwakin wrote:
    > >
    > > I am trying to sort time values using a list. The time values in the cells
    > > are calculated by a formula and not manually entered in. When I try and sort
    > > them assending using a list it doesn't even come close to sorting correctly.
    > > How do you sort using a list when the values are calculated by formulas?
    > > Thanks. Any help would be greatly appreciated.
    > >
    > > --
    > > Brian

    >
    > --
    >
    > Dave Peterson
    >


  4. #4
    Dave Peterson
    Guest

    Re: Sorting with a list

    Ok.

    How about this?

    You have formulas that look like:

    =sheet2!a2
    =sheet2!a17
    =sheet2!a29
    =sheet2!a3

    These kind of links don't work nicely with sorts.

    If that's not it, you may want to post your a typical formula.

    brianwakin wrote:
    >
    > If I format the column as general I do have numbers between 0 and 1. My
    > cells are formatted to show only time (h:mm am/pm). I don't understand what
    > is going on here. If I hand type the same information in it sorts fine, if
    > the information is generated with a formula it won't sort right. Any
    > suggestions or more thoughts on this would be greatly appreciated. Thanks
    > for your reply.
    > --
    > Brian
    >
    > "Dave Peterson" wrote:
    >
    > > My bet is that you have a mixture of real times and times entered as text--that
    > > only look like time.
    > >
    > > If you format that column as General, do your cells display numbers between 0
    > > and 1?
    > >
    > > (or maybe your cells contain dates and times and your cells are formatted to
    > > show only the time???)
    > >
    > > brianwakin wrote:
    > > >
    > > > I am trying to sort time values using a list. The time values in the cells
    > > > are calculated by a formula and not manually entered in. When I try and sort
    > > > them assending using a list it doesn't even come close to sorting correctly.
    > > > How do you sort using a list when the values are calculated by formulas?
    > > > Thanks. Any help would be greatly appreciated.
    > > >
    > > > --
    > > > Brian

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    Dave Peterson

  5. #5
    brianwakin
    Guest

    Re: Sorting with a list

    Here's a typical formula: =IF(AND($A7<>"",$B7<>"",$C7<>""),$B7,"")

    Thanks again.
    --
    Brian


    "Dave Peterson" wrote:

    > Ok.
    >
    > How about this?
    >
    > You have formulas that look like:
    >
    > =sheet2!a2
    > =sheet2!a17
    > =sheet2!a29
    > =sheet2!a3
    >
    > These kind of links don't work nicely with sorts.
    >
    > If that's not it, you may want to post your a typical formula.
    >
    > brianwakin wrote:
    > >
    > > If I format the column as general I do have numbers between 0 and 1. My
    > > cells are formatted to show only time (h:mm am/pm). I don't understand what
    > > is going on here. If I hand type the same information in it sorts fine, if
    > > the information is generated with a formula it won't sort right. Any
    > > suggestions or more thoughts on this would be greatly appreciated. Thanks
    > > for your reply.
    > > --
    > > Brian
    > >
    > > "Dave Peterson" wrote:
    > >
    > > > My bet is that you have a mixture of real times and times entered as text--that
    > > > only look like time.
    > > >
    > > > If you format that column as General, do your cells display numbers between 0
    > > > and 1?
    > > >
    > > > (or maybe your cells contain dates and times and your cells are formatted to
    > > > show only the time???)
    > > >
    > > > brianwakin wrote:
    > > > >
    > > > > I am trying to sort time values using a list. The time values in the cells
    > > > > are calculated by a formula and not manually entered in. When I try and sort
    > > > > them assending using a list it doesn't even come close to sorting correctly.
    > > > > How do you sort using a list when the values are calculated by formulas?
    > > > > Thanks. Any help would be greatly appreciated.
    > > > >
    > > > > --
    > > > > Brian
    > > >
    > > > --
    > > >
    > > > Dave Peterson
    > > >

    >
    > --
    >
    > Dave Peterson
    >


  6. #6
    Dave Peterson
    Guest

    Re: Sorting with a list

    And this formula is in Row 7??

    If yes, I would guess that it works.

    If it's not on row 7, then the sort will mess up what the formula points to--and
    when the formulas get reevaluated, it'll look weird.



    brianwakin wrote:
    >
    > Here's a typical formula: =IF(AND($A7<>"",$B7<>"",$C7<>""),$B7,"")
    >
    > Thanks again.
    > --
    > Brian
    >
    > "Dave Peterson" wrote:
    >
    > > Ok.
    > >
    > > How about this?
    > >
    > > You have formulas that look like:
    > >
    > > =sheet2!a2
    > > =sheet2!a17
    > > =sheet2!a29
    > > =sheet2!a3
    > >
    > > These kind of links don't work nicely with sorts.
    > >
    > > If that's not it, you may want to post your a typical formula.
    > >
    > > brianwakin wrote:
    > > >
    > > > If I format the column as general I do have numbers between 0 and 1. My
    > > > cells are formatted to show only time (h:mm am/pm). I don't understand what
    > > > is going on here. If I hand type the same information in it sorts fine, if
    > > > the information is generated with a formula it won't sort right. Any
    > > > suggestions or more thoughts on this would be greatly appreciated. Thanks
    > > > for your reply.
    > > > --
    > > > Brian
    > > >
    > > > "Dave Peterson" wrote:
    > > >
    > > > > My bet is that you have a mixture of real times and times entered as text--that
    > > > > only look like time.
    > > > >
    > > > > If you format that column as General, do your cells display numbers between 0
    > > > > and 1?
    > > > >
    > > > > (or maybe your cells contain dates and times and your cells are formatted to
    > > > > show only the time???)
    > > > >
    > > > > brianwakin wrote:
    > > > > >
    > > > > > I am trying to sort time values using a list. The time values in the cells
    > > > > > are calculated by a formula and not manually entered in. When I try and sort
    > > > > > them assending using a list it doesn't even come close to sorting correctly.
    > > > > > How do you sort using a list when the values are calculated by formulas?
    > > > > > Thanks. Any help would be greatly appreciated.
    > > > > >
    > > > > > --
    > > > > > Brian
    > > > >
    > > > > --
    > > > >
    > > > > Dave Peterson
    > > > >

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1