+ Reply to Thread
Results 1 to 4 of 4

Return list between rows

  1. #1
    Registered User
    Join Date
    01-10-2020
    Location
    Manchester
    MS-Off Ver
    2007
    Posts
    2

    Return list between rows

    Hi all

    This is my fist post an I have an ok understanding of excel

    I have a table and I would like a formula to return a list between 2 rows.

    I have hopefully attached a dummy spreadsheet showing what I would like returned.

    I hope that I make sense with the example I also understand that the return would be in more than 1 cell potentially

    Thanks in advance

    Excel 2007 being used

    I have now solved my query by adding a few helper columns thanks all
    Attached Files Attached Files
    Last edited by Addis2912; 01-10-2020 at 06:55 PM. Reason: Ive now solved my query

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: Return list between rows

    you could try this formula

    =CONCAT(INDIRECT("E"&MATCH($B$13,$B$1:$B$11,0)&":E"&MATCH($B$14,$B$1:$B$11,0)))


    ******EDIT: I just realized you are using excel 2007. This WILL NOT work with that version as CONCAT was not a formula for that version.
    Last edited by dosydos; 01-10-2020 at 05:35 PM.
    <----- If you are happy with your solution please click on the "* Add Reputation" as a way to say thank you.

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

    Re: Return list between rows

    Try

    =CONCAT(INDEX($E$3:$E$8,MATCH(B13,$B$3:$B$8,0)):INDEX($E$3:$E$8,MATCH(B14,$B$3:$B$8,0)))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Registered User
    Join Date
    01-10-2020
    Location
    Manchester
    MS-Off Ver
    2007
    Posts
    2

    Re: Return list between rows

    Thanks I have tried it but it just returns #NAME

+ 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] Return a list from a dropdown choice but it is needed in multiple rows
    By Ministega in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-16-2018, 02:15 PM
  2. [SOLVED] Compare a list of strings against a list of keywords to return a partial match
    By randomkiwi in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-11-2017, 11:51 PM
  3. [SOLVED] Active X drop down list - always return to the item in the list that was selected.
    By Aland2929 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-14-2017, 09:41 AM
  4. Data Validation List - Formula to Sort and Return Unique Values in List
    By beewketu in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-14-2015, 04:18 PM
  5. Vlookup to return multiple rows in return
    By Excelhelpss in forum Excel General
    Replies: 1
    Last Post: 06-18-2015, 09:59 AM
  6. Replies: 2
    Last Post: 05-07-2015, 04:38 PM
  7. Look up Single list value & Return multiple corresponding values While Adding New Rows
    By fahadahmad in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-17-2014, 03:40 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