+ Reply to Thread
Results 1 to 2 of 2

display rows that meet two conditions

  1. #1
    Registered User
    Join Date
    03-10-2005
    Posts
    46

    display rows that meet two conditions

    Hi,
    Could you please let me know how I could display the row number that meet two conditions? Please let me know. Thanks.

  2. #2
    Bob Phillips
    Guest

    Re: display rows that meet two conditions

    =MATCH(value1&value2,$A$1:$A$100&$B$1:$B$100,0)

    which is an array formula, so commit with Ctrl-Shift-Enter.

    It will return an index into the array, so if it does not start at row 1,
    you need to adjust it.

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "owl527" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi,
    > Could you please let me know how I could display the row number that
    > meet two conditions? Please let me know. Thanks.
    >
    >
    > --
    > owl527
    > ------------------------------------------------------------------------
    > owl527's Profile:

    http://www.excelforum.com/member.php...o&userid=20916
    > View this thread: http://www.excelforum.com/showthread...hreadid=501599
    >




+ 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