+ Reply to Thread
Results 1 to 5 of 5

formula to lookup a value in a range

Hybrid View

  1. #1
    Registered User
    Join Date
    05-31-2006
    Posts
    1

    Question formula to lookup a value in a range

    Hi. I am trying to find a formula that would lookup the value of a cell at varying locations in a list. for example =AH3 + 25 to lookup cell AH28 where the number 25 is taken from a calculation. any suggestions would be appreciated.

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996
    Try something like this:

    A1: (a number)

    B1: =OFFSET(AH3,A1,,,)

    Does that help?

    Regards,
    Ron

  3. #3
    Chip Pearson
    Guest

    Re: formula to lookup a value in a range

    Use the INDIRECT function. E.g,

    =INDIRECT("AH"&3+A1)




    "richardmont"
    <[email protected]> wrote
    in message
    news:[email protected]...
    >
    > Hi. I am trying to find a formula that would lookup the value
    > of a cell
    > at varying locations in a list. for example =AH3 + 25 to
    > lookup cell
    > AH28 where the number 25 is taken from a calculation. any
    > suggestions
    > would be appreciated.
    >
    >
    > --
    > richardmont
    > ------------------------------------------------------------------------
    > richardmont's Profile:
    > http://www.excelforum.com/member.php...o&userid=34981
    > View this thread:
    > http://www.excelforum.com/showthread...hreadid=547197
    >




  4. #4
    CarlosAntenna
    Guest

    Re: formula to lookup a value in a range

    =OFFSET(AH3,<calculation for number of rows>,0)

    --
    Carlos

    "richardmont" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Hi. I am trying to find a formula that would lookup the value of a cell
    > at varying locations in a list. for example =AH3 + 25 to lookup cell
    > AH28 where the number 25 is taken from a calculation. any suggestions
    > would be appreciated.
    >
    >
    > --
    > richardmont
    > ------------------------------------------------------------------------
    > richardmont's Profile:

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




  5. #5
    Sandy Mann
    Guest

    Re: formula to lookup a value in a range

    Try:

    =INDIRECT("AH"&3+AG1)

    Where AG1 contains the 25 resulting from a formula

    --
    HTH

    Sandy
    In Perth, the ancient capital of Scotland

    [email protected]
    [email protected] with @tiscali.co.uk


    "richardmont" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Hi. I am trying to find a formula that would lookup the value of a cell
    > at varying locations in a list. for example =AH3 + 25 to lookup cell
    > AH28 where the number 25 is taken from a calculation. any suggestions
    > would be appreciated.
    >
    >
    > --
    > richardmont
    > ------------------------------------------------------------------------
    > richardmont's Profile:
    > http://www.excelforum.com/member.php...o&userid=34981
    > View this thread: http://www.excelforum.com/showthread...hreadid=547197
    >




+ 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