+ Reply to Thread
Results 1 to 5 of 5

Return "text" from multiple cells to a list with INDEX

  1. #1
    Registered User
    Join Date
    01-03-2018
    Location
    Netherlands
    MS-Off Ver
    Office 365
    Posts
    2

    Post Return "text" from multiple cells to a list with INDEX

    Hi,

    First of all i'm new here. i've been experimenting with Excel for a while now.

    So i got this list i just to keep track of what i have to do in a week. i want an overview tab with tasks for sertain days.
    i've come to the point i got a pretty good list.

    now the problem is. when i put date (in "Status project") in cells C2, C3 and F4 it works fine, returning the data from A2, A3 and D4. When i put date's in C2, F3 and C3 it somewhat swaps the output and i get the data from A2, A3 and D4.

    i'v included the document. Fill in what i just said and look for the outcome.

    code is use per cell where i need the data (Dutch in the doc, here in English):

    =INDEX('Status project'!Afdrukbereik;SMALL(IF('Status project'!Afdrukbereik=A1;ROW('Status project'!1:41)-MIN(ROW('Status project'!1:41))+1;"");1);SMALL(IF('Status project'!Afdrukbereik=A1;COLOMN('Status project'!A:R)-MIN(COLOMN('Status project'!A:R))-1;"");1))
    Attached Files Attached Files
    Last edited by Gyroko; 01-03-2018 at 09:29 AM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft? Excel? for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    27,999

    Re: Return "text" from multiple cells to a list with INDEX

    I would consider changing the format of you input table.

    A simple table of:

    Date
    Status (L,M,H ??)
    Description (of task ?)

  3. #3
    Spammer
    Join Date
    01-08-2015
    Location
    Cali, Colombia
    MS-Off Ver
    365
    Posts
    302

    Re: Return "text" from multiple cells to a list with INDEX

    Hi, Gyroko! Welcome to the forum!

    For your solution, I create a name Range Rng, with the range 'Status project'!$A$1:$R$41, and use this formula, in A2:
    [A2] : =IFERROR(INDEX(Rng,MOD(AGGREGATE(15,6,100*COLUMN(Rng)+ROW(Rng)/(Rng=A$1),ROWS(A$2:A2)),100),AGGREGATE(15,6,100*COLUMN(Rng)+ROW(Rng)/(Rng=A$1),ROWS(A$2:A2))/100-2),"")

    And drag it to down and right.

    Check file. Blessings!
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    01-03-2018
    Location
    Netherlands
    MS-Off Ver
    Office 365
    Posts
    2

    Re: Return "text" from multiple cells to a list with INDEX

    You my man, are a god.

    It works exactly how i want!!

    Thank you so much,

    David

  5. #5
    Spammer
    Join Date
    01-08-2015
    Location
    Cali, Colombia
    MS-Off Ver
    365
    Posts
    302

    Re: Return "text" from multiple cells to a list with INDEX

    Thanks for the feedback. Please, clic on add Reputation for the persons that help you to get the answer, and mark this thread as SOLVED: Click Thread Tools above your first post, select "Mark your thread as Solved". Or click the Edit button on your first post in the thread, Click Go Advanced, select [SOLVED] from the Prefix dropdown, then click Save Changes. Blessings!

+ 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: 11
    Last Post: 09-24-2017, 11:53 AM
  2. Replies: 2
    Last Post: 07-24-2017, 02:19 AM
  3. Replies: 3
    Last Post: 08-11-2014, 05:21 PM
  4. Replies: 5
    Last Post: 01-23-2014, 11:02 AM
  5. [SOLVED] INDEX MATCH - To return all rows based on multiple conditions ("",SetA)
    By Dahlia in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-17-2014, 05:10 AM
  6. [SOLVED] "If" function with Multiple Ref Cells in Text and Return Value
    By cychua in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-05-2013, 07:26 AM
  7. [SOLVED] Find multiple "text" criteria and return as ""Yes" in Matrix
    By bertrand82 in forum Excel General
    Replies: 11
    Last Post: 04-30-2012, 09:20 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