+ Reply to Thread
Results 1 to 4 of 4

Relative Value to a Vertical Lookup Result?

  1. #1
    Registered User
    Join Date
    05-13-2004
    Posts
    42

    Relative Value to a Vertical Lookup Result?

    I'd like to see if I can enter a formula similar to a vertical lookup that would return a value two rows down from the result.

    Column: A B C
    1 "TEAM A" Jan Feb
    2 New Customers 10 15
    3 Revenue $100 $150

    Is there a way to return the Feb Revenue for Team A without manipulating any of the info here? I was thinking that I could easily insert a vertical lookup for "Team A" that would return the value two columns down(Feb)....but can I then ask for two rows down from that result???
    Jill

  2. #2
    JMB
    Guest

    RE: Relative Value to a Vertical Lookup Result?

    =INDEX(C1:C3,MATCH("TEAM A", A1:A3, 0) + 2)


    "jillteresa" wrote:

    >
    > I'd like to see if I can enter a formula similar to a vertical lookup
    > that would return a value two rows down from the result.
    >
    > A B C
    > 1 TEAM A Jan Feb
    > 2 New Customers 10 15
    > 3 Revenue $100 $150
    >
    > Is there a way to return the Feb Revenue for Team A without
    > manipulating any of the info here? I was thinking that I could easily
    > insert a vertical lookup for "Team A" that would return the value two
    > columns down(Feb)....but can I then ask for two rows down from that
    > result???
    > Jill
    >
    >
    > --
    > jillteresa
    > ------------------------------------------------------------------------
    > jillteresa's Profile: http://www.excelforum.com/member.php...fo&userid=9498
    > View this thread: http://www.excelforum.com/showthread...hreadid=543608
    >
    >


  3. #3
    JMB
    Guest

    RE: Relative Value to a Vertical Lookup Result?

    Maybe a little more flexible. You could put TEAM A and Feb in a cell
    reference, then you can change those cell values depending on which team and
    which month you want the revenue for.

    =INDEX(A1:C3, MATCH("TEAM A",A1:A3,0)+2, MATCH("Feb",A1:C1,0))

    "jillteresa" wrote:

    >
    > I'd like to see if I can enter a formula similar to a vertical lookup
    > that would return a value two rows down from the result.
    >
    > A B C
    > 1 TEAM A Jan Feb
    > 2 New Customers 10 15
    > 3 Revenue $100 $150
    >
    > Is there a way to return the Feb Revenue for Team A without
    > manipulating any of the info here? I was thinking that I could easily
    > insert a vertical lookup for "Team A" that would return the value two
    > columns down(Feb)....but can I then ask for two rows down from that
    > result???
    > Jill
    >
    >
    > --
    > jillteresa
    > ------------------------------------------------------------------------
    > jillteresa's Profile: http://www.excelforum.com/member.php...fo&userid=9498
    > View this thread: http://www.excelforum.com/showthread...hreadid=543608
    >
    >


  4. #4
    Registered User
    Join Date
    05-13-2004
    Posts
    42
    You are a genius....thank you so much.

+ 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