+ Reply to Thread
Results 1 to 6 of 6

Get the values on row by row (Continuation)

  1. #1
    Registered User
    Join Date
    02-10-2016
    Location
    Philippines
    MS-Off Ver
    2010, Google spreadsheet
    Posts
    22

    Get the values on row by row (Continuation)

    Hi guys,

    Need help on this, thank you in advance.


    I already got the values on Row B and C, what should I add in the formula to get also the values on the Row D.


    With SHIFT+CTRL+ENTER: =IFERROR(IFERROR(INDEX($B$2:$B$9,SMALL(IF($A$2:$A$9=$G$1,ROW($A$2:$A$9)-ROW($A$2)+1),ROWS($A$1:A1))),INDEX($C$2:$C$9,SMALL(IF($A$2:$A$9=$G$1,ROW($A$2:$A$9)-ROW($A$2)+1),ROWS($A$1:A1)-SUMPRODUCT(--($A$2:$A$9=$G$1))))),""))

    Index.png

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,368

    Re: Get the values on row by row (Continuation)

    Perhaps

    =IFERROR(IFERROR(IFERROR(INDEX($B$2:$B$9,SMALL(IF($B$2:$B$9<>"",ROW($B$2:$B$9)-ROW($B$2)+1),ROWS($A$1:A1))),INDEX($C$2:$C$9,SMALL(IF($C$2:$C$9<>"",ROW($C$2:$C$9)-ROW($C$2)+1),ROWS($A$1:A1)-ROWS($B$2:$B$9)))),INDEX($D$2:$D$9,SMALL(IF($D$2:$D$9<>"",ROW($D$2:$D$9)-ROW($D$2)+1),ROWS($A$1:A1)-ROWS($B$2:$B$9)-ROWS($C$2:$C$9)))),"")

    hope this helps
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    02-10-2016
    Location
    Philippines
    MS-Off Ver
    2010, Google spreadsheet
    Posts
    22

    Re: Get the values on row by row (Continuation)

    Hi Azumi,

    I think the value that needs to lookup is missing on the formula.

    Thanks for helping by the way

  4. #4
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,368

    Re: Get the values on row by row (Continuation)

    Ahh yes you have criteria, have fix it
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    02-10-2016
    Location
    Philippines
    MS-Off Ver
    2010, Google spreadsheet
    Posts
    22

    Re: Get the values on row by row (Continuation)

    Thank you Azumi, it works.

    Question again sorry, What if I will add another Row, do I need to add another IFERROR?

    I tried this,

    =ARRAY_CONSTRAIN(ARRAYFORMULA(IFERROR(IFERROR(IFERROR(IFERROR(INDEX($B$2:$B$9,SMALL(IF($A$2:$A$9=$H$1,ROW($B$2:$B$9)-ROW($B$2)+1),ROWS($A$1:B1))),INDEX($C$2:$C$9,SMALL(IF($A$2:$A$9=$H$1,ROW($C$2:$C$9)-ROW($C$2)+1),ROWS($A$1:B1)-COUNTIF($A$2:$A$9,$H$1)))),INDEX($D$2:$D$9,SMALL(IF($A$2:$A$9=$H$1,ROW($D$2:$D$9)-ROW($D$2)+1),ROWS($A$1:B1)-COUNTIF($A$2:$A$9,$H$1)))),INDEX($E$2:$E$9,SMALL(IF($A$2:$A$9=$H$1,ROW($E$2:$E$9)-ROW($E$2)+1),ROWS($A$1:B1)-COUNTIF($A$2:$A$9,$H$1)-COUNTIF($A$2:$A$9,$H$1)))),"")), 1, 1)

    but I didn't got the values of the new row.
    Last edited by jrahm23; 02-11-2016 at 04:32 AM.

  6. #6
    Registered User
    Join Date
    02-10-2016
    Location
    Philippines
    MS-Off Ver
    2010, Google spreadsheet
    Posts
    22

    Re: Get the values on row by row (Continuation)

    Please disregard my last reply.


    @Azumi, thanks again.

+ 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. Excel 2007 : Credit note continuation
    By Phil Walters in forum Excel General
    Replies: 2
    Last Post: 09-17-2010, 08:33 AM
  2. Line continuation
    By Wedge120 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 09-06-2010, 11:48 PM
  3. Continuation cells??
    By north.penny in forum Excel General
    Replies: 2
    Last Post: 01-28-2009, 08:35 AM
  4. Continuation of an Offset
    By Ashley Excel in forum Excel General
    Replies: 5
    Last Post: 01-19-2009, 09:23 AM
  5. Continuation of car ownership database 2
    By cjb545 in forum Excel General
    Replies: 12
    Last Post: 08-01-2008, 08:30 AM
  6. [SOLVED] continuation from yesterday
    By Mindy in forum Excel General
    Replies: 4
    Last Post: 06-22-2006, 06:15 PM
  7. Replacing Formulae With Values.....Continuation
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 06-29-2005, 05:05 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