+ Reply to Thread
Results 1 to 2 of 2

sorted

  1. #1
    Forum Contributor
    Join Date
    06-15-2004
    Posts
    246

    sorted

    i have this formula

    =IF(ISNUMBER(SMALL($A$5:$A$12,ROW()-ROW($A$5)+1)),SMALL($A$5:$A$12,ROW()-ROW($A$5)+1),"")

    which i use to sort in alphabetical order a list of names between a5:a12

    i would like to change this formula so that it will only include those agents where column b contains "Yes".

    im having a little trouble with this can anyone help.

  2. #2
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    Is this what you are looking for:

    =IF($B5="Yes",IF(ISNUMBER(SMALL($A$5:$A$12,ROW()-ROW($A$5)+1)),SMALL($A$5:$A$12,ROW()-ROW($A$5)+1),""),"NO")
    Bruce
    The older I get, the better I used to be.
    USA

+ 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