+ Reply to Thread
Results 1 to 3 of 3

Index & Match Formula +1 Increments

  1. #1
    Registered User
    Join Date
    12-02-2015
    Location
    London
    MS-Off Ver
    2010
    Posts
    10

    Index & Match Formula +1 Increments

    Hi All,

    Formula: =INDEX(B:B,MATCH("Site B",A:A,0)+0,1)

    Data:

    Sites Full Name
    Site A Mr A
    Site A Mr B
    Site B Mr C
    Site B Mr D
    Site B Mr E
    Site B Mr F

    When I drag the following formula down, I would like the increments to change by 1 so for eg. the formula for the cell below would be =INDEX(B:B,MATCH("Site B",A:A,0)+1,1).

    The results should be as follows:

    Mr C
    Mr D
    Mr D
    Mr E
    Mr F

    Can you provide a quick solution please? Many thanks in advance.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,420

    Re: Index & Match Formula +1 Increments

    You can do it like this:

    =INDEX(B:B,MATCH("Site B",A:A,0)+ROWS($1:1)-1,1)

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    12-02-2015
    Location
    London
    MS-Off Ver
    2010
    Posts
    10

    Re: Index & Match Formula +1 Increments

    Thank you, but this works to an extent however I only want Site B data. So the data is as per below:

    Sites FullName
    Site A Mr A
    Site A Mr B
    Site B Mr C
    Site B Mr D
    Site B Mr E
    Site B Mr F
    Site C Mr AA

    And the formula provided the following results:

    Mr C
    Mr D
    Mr E
    Mr F
    Mr AA

    Can you help please?
    Last edited by mbhogal; 12-04-2015 at 11:08 AM.

+ 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. Replies: 5
    Last Post: 10-16-2016, 02:33 AM
  2. Replies: 2
    Last Post: 09-27-2014, 04:34 PM
  3. Index Match Match Formula DOESN'T WORK WITH TABLES/TABLE NAMES ??
    By Underling in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-04-2014, 09:01 PM
  4. Replies: 4
    Last Post: 01-13-2014, 04:16 AM
  5. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  6. Index Match Index Formula work slow
    By avk in forum Excel General
    Replies: 9
    Last Post: 03-07-2012, 02:19 PM
  7. Replies: 5
    Last Post: 02-29-2012, 08:51 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