+ Reply to Thread
Results 1 to 2 of 2

VBA Offset Index Match

Hybrid View

leahb909 VBA Offset Index Match 11-30-2018, 07:41 AM
Phuocam Re: VBA Offset Index Match 11-30-2018, 07:56 AM
  1. #1
    Registered User
    Join Date
    09-06-2018
    Location
    England
    MS-Off Ver
    Office 365
    Posts
    24

    VBA Offset Index Match

    Hi

    I'm looking for a code to find a value in a range, and return the cell 3 rows above it.

    This is code I have the returns the first value, I can't figure out the next bit to add in the offset.

    Thank you!

    Application.WorksheetFunction.Index(Sheet26.Range("A1:A10000"), Application.WorksheetFunction.Match(Sheet26.Range("D1"), Sheet26.Range("B1:B1000")))

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,180

    Re: VBA Offset Index Match

     Application.Index(Sheet26.Range("A1:A10000"), Application.Match(Sheet26.Range("D1"), Sheet26.Range("B1:B1000")) - 3)

+ 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] OFFSET INDEX MATCH MATCH with multple tables
    By Paul103 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-07-2018, 02:29 PM
  2. [SOLVED] Quick INDEX MATCH MATCH OFFSET question
    By franb123 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-25-2017, 02:56 AM
  3. [SOLVED] vlookup to index/match or match/offset
    By scottiex in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-15-2015, 01:24 AM
  4. 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
  5. 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
  6. [SOLVED] index match with row information offset from the match cell
    By smls in forum Excel General
    Replies: 7
    Last Post: 08-30-2012, 09:48 AM
  7. Replies: 2
    Last Post: 03-16-2012, 12:03 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