1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Lookup with Excel 2003

Discussion in 'Other PC Software' started by LDunham, 2004/08/24.

Thread Status:
Not open for further replies.
  1. 2004/08/24
    LDunham

    LDunham Inactive Thread Starter

    Joined:
    2002/01/11
    Messages:
    79
    Likes Received:
    0
    I have a spreadsheet history of stock prices in column D23:D1502. The dates are in column A23:A1502.

    The HIGH value of the stock is listed in cell D18.

    I would like to also show the DATE corresponding to the HIGH.

    I have a second set of stock prices in F23:F1502, with that HIGH in F18.

    I have stumbled along and come up with the following, which does not work!

    =OFFSET(D22(MATCH(D18, D23:D1502),0)-0,0,0))

    Can anyone point me in the correct direction?

    Thanks, Larry
     
  2. 2004/08/24
    JohnB Lifetime Subscription

    JohnB Well-Known Member

    Joined:
    2002/01/07
    Messages:
    856
    Likes Received:
    11
    Larry, I don't know about the formula, but it looks like you have one too many brackets at the end:

    Should look like: =OFFSET(D22(MATCH(D18, D23:D1502),0)-0,0,0)
    Code:
    =OFFSET(D22(MATCH(D18, D23:D1502),0)-0,0,0)
    ????

    Oops the BBS put a smilie in the middle, just ignore!!! :D

    edit note: John, just use a set of code tags when that happens to give a clean display. I did it for you here. Newt
     

  3. to hide this advert.

  4. 2004/08/24
    LDunham

    LDunham Inactive Thread Starter

    Joined:
    2002/01/11
    Messages:
    79
    Likes Received:
    0
    Lookup in Excel 2003

    Nope, that's not it, The correct formula is:
    =INDEX($A$23:$A$1502, MATCH(D$18, D$23:D$1502, 0))

    Got the answer from the Mr. Excel BBS but thanks for your time!
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.