+ Reply to Thread
Results 1 to 3 of 3

Displaying or Sorting By Rows that Have a Certain Data Requirement

  1. #1
    Registered User
    Join Date
    12-27-2005
    Posts
    72

    Displaying or Sorting By Rows that Have a Certain Data Requirement

    HI,

    I've been playing with the autofilter function with no luck, maybe there is a formula that can help me do this -> I am trying to sort a table (there are about 240 rows and many more columns) such that any row that has a value > .615 in it, anywhere in that row, can be identified, so that I can bring those to the top... again, i tried using the autofilter function but couldnt figure it out, then i thought maybe writing some formula saying "if any of the cells in this row are > .615 then say yes" and i could sort by the yes's....would appreciate some help with this please


  2. #2
    Dave Peterson
    Guest

    Re: Displaying or Sorting By Rows that Have a Certain Data Requirement

    Maybe you could use another column with a formula in it:

    =COUNTIF(A2:Z2,">"&0.615)>0
    (adjust the columns to match and drag down that helper column)

    then sort/filter by that column.


    RalphSE wrote:
    >
    > HI,
    >
    > I've been playing with the autofilter function with no luck, maybe
    > there is a formula that can help me do this -> I am trying to sort a
    > table (there are about 240 rows and many more columns) such that any
    > row that has a value > .615 in it, anywhere in that row, can be
    > identified, so that I can bring those to the top... again, i tried
    > using the autofilter function but couldnt figure it out, then i thought
    > maybe writing some formula saying "if any of the cells in this row are >
    > 615 then say yes" and i could sort by the yes's....would appreciate
    > some help with this please
    >
    >
    >
    > --
    > RalphSE
    > ------------------------------------------------------------------------
    > RalphSE's Profile: http://www.excelforum.com/member.php...o&userid=29931
    > View this thread: http://www.excelforum.com/showthread...hreadid=521497


    --

    Dave Peterson

  3. #3
    Registered User
    Join Date
    12-27-2005
    Posts
    72
    Perfection!!! Thanks!

+ 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