+ Reply to Thread
Results 1 to 6 of 6

Complex Index/Match with possible Offset requirement

  1. #1
    Registered User
    Join Date
    08-17-2012
    Location
    Curacao
    MS-Off Ver
    Excel 2007
    Posts
    8

    Complex Index/Match with possible Offset requirement

    Hello,

    I attach a workbook demonstrating what I am looking for i.e. I need a formula that can return a specific value based on certain criteria, over numerous columns.

    Essentially the formula has to locate the Asset ID, offset that column by -1, check if a specific date is in that offset column, then return the value offsetting that date cell by 7 columns. If that specific date isn't in the column, then it should return zero.

    Please let me know if further detail is required.

    Thank you!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,250

    Re: Complex Index/Match with possible Offset requirement

    Try this:

    E4=IFERROR(INDEX(OFFSET($I$4:$I$100,,MATCH(B4,$H$1:$AH$1,0)+4),MATCH(A4,OFFSET($H$4:$H$100,,MATCH(B4,$H$1:$AH$1,0)-2),0)),0)

  3. #3
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Complex Index/Match with possible Offset requirement

    Yeah, formula in D4 and pull down looks like:
    Please Login or Register  to view this content.
    Big note that OFFSET is a volatile formula -- it recalculates whenever anything changes anywhere in the spreadsheet whatsoever, so it will eat a lot of processing power. If you've got a serious set of data here, the the workbook will get sluggish surprisingly quick. If you've got the ability to compress this 3D table so that Asset ID / Date are two different columns, and then you just crush everything down into one table, than that would be a lot kinder to your computer.
    Click the [* Add Reputation] Button to thank people for help!
    Post Attachment: Click [Go Advanced] under the reply box; then click [Manage Attachments] to launch the attachments dialogue.
    Mark Thread Solved: Go to the top of the first post; Select [Thread Tools] dropdown; Pick the [Mark thread as Solved] option.

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,577

    Re: Complex Index/Match with possible Offset requirement

    Non volatile formula.
    In E4 then copied down.
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  5. #5
    Registered User
    Join Date
    08-17-2012
    Location
    Curacao
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Complex Index/Match with possible Offset requirement

    Thank you for your assistance everyone!

    kvsrinivasamurthy's formula seems to be the least taxing, much appreciated!

  6. #6
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,577

    Re: Complex Index/Match with possible Offset requirement

    Thanks for feedback.Pl mark the thread solved.

+ 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. Complex Offset, Index, Match
    By Gblack686 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-19-2016, 12:03 AM
  2. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  3. Index match offset to get subsequent index values in a column
    By Andrew_Step in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2013, 02:55 PM
  4. complex index match
    By baker74 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-12-2013, 10:07 AM
  5. complex formula combo needed, like offset, match, etc
    By turbo600hp in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-31-2013, 04:20 PM
  6. Replies: 2
    Last Post: 03-16-2012, 12:03 PM
  7. [SOLVED] Complex Index Match Help (or at least complex to me)
    By Jennifer Reitman in forum Excel General
    Replies: 3
    Last Post: 08-10-2006, 03:55 PM

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