+ Reply to Thread
Results 1 to 16 of 16

How to display remaining values (referenced in the row) associated of the targeted value?

  1. #1
    Forum Contributor
    Join Date
    11-07-2020
    Location
    Paris
    MS-Off Ver
    Microsoft office 365
    Posts
    175

    How to display remaining values (referenced in the row) associated of the targeted value?

    Good afternoon to the community,

    I am working with the file "Test4".

    I have for example in the column N two values and I would like to display all the remaining values located in the row with this specific values.

    My expected results is to obtain the table located in the table A19:K20.

    Thank you for your help.

    Capture d??cran 2022-09-17 170627.png
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    81,226

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    Please explain in more detail - I do not understand what you are showing us.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,503

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    Maybe this, copied down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  4. #4
    Forum Contributor
    Join Date
    11-07-2020
    Location
    Paris
    MS-Off Ver
    Microsoft office 365
    Posts
    175

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    Thank you for your proposal TMS but your formula doesn't work.

    I would like to display the remaining values located in the row of "daba11" & and I would like to display the remaining values located in the row of "daba12". I reedit
    the picture and the file.

    Capture d??cran 2022-09-17 173339.png
    Attached Files Attached Files
    Last edited by Luu4466; 09-17-2022 at 11:44 AM.

  5. #5
    Forum Contributor
    Join Date
    11-07-2020
    Location
    Paris
    MS-Off Ver
    Microsoft office 365
    Posts
    175

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    I put in orange "remained values".
    Attached Files Attached Files

  6. #6
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    like this

    Country Bank Code bank Name agency Other Other 1 Other 2 Other 3 Other 4 Other 5 Other 6
    blo azqffgds azqffgds azqffgds azqffgds azqffgds azqffgds azqffgds azqffgds daba11 azqffgds
    youhou azqffgds azqffgds azqffgds azqffgds azqffgds azqffgds azqffgds azqffgds daba12 azqffgds


    or like this (other 5 is not oranged)

    Country Bank Code bank Name agency Other Other 1 Other 2 Other 3 Other 4 Other 6
    blo azqffgds azqffgds azqffgds azqffgds azqffgds azqffgds azqffgds azqffgds azqffgds
    youhou azqffgds azqffgds azqffgds azqffgds azqffgds azqffgds azqffgds azqffgds azqffgds

  7. #7
    Forum Contributor
    Join Date
    11-07-2020
    Location
    Paris
    MS-Off Ver
    Microsoft office 365
    Posts
    175

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    @sandy 666 i would like to display the first proposal.

    Attachment 796671

  8. #8
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    sure , so use Power Query

    Please Login or Register  to view this content.
    Attached Files Attached Files

  9. #9
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,099

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    or using a formula:

    =FILTER(A2:K9,(ISNUMBER(MATCH(J2:J9,N2:N3,0))))

    See file for translation into French.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  10. #10
    Forum Contributor
    Join Date
    11-07-2020
    Location
    Paris
    MS-Off Ver
    Microsoft office 365
    Posts
    175

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    Thank you sandy666.
    It is working, where did you put your formula in Power Query?

    Attachment 796675

  11. #11
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    this is not formula, it's M-code

    1. Data
    2. Show Queries ...
    3. double click on query on the right side
    4. in new window tab Home and Advanced Editor

  12. #12
    Forum Contributor
    Join Date
    11-07-2020
    Location
    Paris
    MS-Off Ver
    Microsoft office 365
    Posts
    175

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    Thank you @sandy666 and @Glenn Kennedy. Both proposals are working very well and I discovered Power Query.
    Have a goood day!

  13. #13
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    You are welcome

  14. #14
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,503

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    I was not even aware of column N values

  15. #15
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,099

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    Trevor, glad I'm not alone in missing the point... sometimes... oftentimes

  16. #16
    Forum Contributor
    Join Date
    11-07-2020
    Location
    Paris
    MS-Off Ver
    Microsoft office 365
    Posts
    175

    Re: How to display remaining values (referenced in the row) associated of the targeted val

    Ok @TMS and @Glenn Kennedy, if i have difficulties in the future, I will be more accurate with the picture and my content.
    It's true that is difficult to see column N values.

+ 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] Targeted Conversion of Cells to Values
    By hysterical.useless in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-07-2021, 03:53 PM
  2. [SOLVED] Formula to update Remaining values as actual values are entered
    By astange in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-12-2019, 11:41 AM
  3. Replies: 6
    Last Post: 06-14-2018, 03:05 PM
  4. Referenced cells #REF during VBA execution but then display after????
    By jpullen88 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-19-2018, 04:46 PM
  5. Display referenced cell and related hyperlinks
    By pepe.r.taylor in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-05-2011, 08:10 AM
  6. how to display remaining rows as blanks
    By Demetrios13 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-29-2005, 04:05 PM
  7. [SOLVED] Is there a way to toggle cells between display of referenced data.
    By williejoeshaver in forum Excel General
    Replies: 3
    Last Post: 03-11-2005, 08:06 PM

Tags for this Thread

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