+ Reply to Thread
Results 1 to 3 of 3

Offset from different possible ranges

  1. #1
    Forum Contributor
    Join Date
    12-02-2008
    Location
    Brisbane
    MS-Off Ver
    2016
    Posts
    811

    Offset from different possible ranges

    I am using cascading drop downs to return a string (product). I also need to return a value (quantity) from a cell to the right of the Product. It should be a simple offset but I can't crack the logic.

    Sample attached. Thanks for any assistance.
    Attached Files Attached Files
    Last edited by BRISBANEBOB; 09-14-2013 at 10:11 PM.

  2. #2
    Registered User
    Join Date
    11-05-2012
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    61

    Re: Offset from different possible ranges

    Is the quantity fixed based on the product type?

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Offset from different possible ranges

    Try

    =INDEX(OFFSET(INDIRECT(A5),,1),MATCH(B5,INDIRECT(A5),0))
    Last edited by Ace_XL; 09-14-2013 at 04:51 PM.
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Forum Contributor
    Join Date
    12-02-2008
    Location
    Brisbane
    MS-Off Ver
    2016
    Posts
    811

    Re: Offset from different possible ranges

    Thanks - I knew it had to be somewhere in that mix of formula. Your reputation has been added to.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Adding two offset ranges
    By mtt23 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 10-23-2012, 07:14 AM
  2. How do I calculate an offset between two ranges?
    By mo childs in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-19-2005, 07:05 AM
  3. [SOLVED] Using Offset with named ranges
    By arno in forum Excel Formulas & Functions
    Replies: 35
    Last Post: 09-06-2005, 10:05 PM
  4. [SOLVED] Using Offset with named ranges
    By StanJ in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 06:05 PM
  5. [SOLVED] Using Offset with named ranges
    By StanJ in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM

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