+ Reply to Thread
Results 1 to 2 of 2

vlookup combined with AND-function

  1. #1
    Registered User
    Join Date
    11-28-2005
    Posts
    2

    vlookup combined with AND-function

    i got the result from a calculation in form of an unformatted table.
    example with distances, like point A to point B:

    A B 1.23
    A C 2.45
    A D 3.52
    B F 5.67

    How should the formula look like to get the numbers from Point A to D?

    Any help is very much appreciated
    Regards

  2. #2
    Guest

    Re: vlookup combined with AND-function

    Hi

    You could try something like:
    =SUMPRODUCT((A1:A20="A")*(B1:B20="D")*(C1:C2))

    Hope this helps.
    Andy.

    "martho" <[email protected]> wrote in
    message news:[email protected]...
    >
    > i got the result from a calculation in form of an unformatted table.
    > example with distances, like point A to point B:
    >
    > A B 1.23
    > A C 2.45
    > A D 3.52
    > B F 5.67
    >
    > How should the formula look like to get the numbers from Point A to D?
    >
    > Any help is very much appreciated
    > Regards
    >
    >
    > --
    > martho
    > ------------------------------------------------------------------------
    > martho's Profile:
    > http://www.excelforum.com/member.php...o&userid=29144
    > View this thread: http://www.excelforum.com/showthread...hreadid=503293
    >




+ 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