+ Reply to Thread
Results 1 to 6 of 6

fetch item based on sales rep name, and display downward without blank.

  1. #1
    Registered User
    Join Date
    07-02-2020
    Location
    Indonesia
    MS-Off Ver
    2016 windows
    Posts
    79

    fetch item based on sales rep name, and display downward without blank.

    Hello, everyone,

    (Please see attachment), need help to display result item downward, without blank, based on sales rep names,

    Thank you in advance.
    Attached Files Attached Files
    Last edited by superjoejoe2000; 07-25-2022 at 06:10 AM.

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

    Re: fetch item based on sales rep name, and display downward without blank.

    In B11, copied across and down:

    =IFERROR(INDEX($G:$G,AGGREGATE(15,6,ROW($B$4:$E$6)/($B$4:$E$6=B$10),ROWS(B$11:B11))),"")
    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

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2021
    Posts
    5,979

    Re: fetch item based on sales rep name, and display downward without blank.

    Try this in B11:

    =IFERROR(INDEX($G$4:$G$6,AGGREGATE(15,6,ROW($B$4:$E$6)/($B$4:$E$6=B$10),ROWS(A$11:A11))-ROW($B$3)),"")

  4. #4
    Registered User
    Join Date
    07-02-2020
    Location
    Indonesia
    MS-Off Ver
    2016 windows
    Posts
    79

    Re: fetch item based on sales rep name, and display downward without blank.

    Thank You, Glenn & Phuocam
    Both Formulas work like charm.

    By the way, there is:
    AGGREGATE(15,6

    What is 15 & 6?
    Do they will always 15 & 6 in every condition?

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

    Re: fetch item based on sales rep name, and display downward without blank.

    15 = small, 6 = ignore errors so i't retruning the values in ascending order of occurrence in B4 to E6.

  6. #6
    Registered User
    Join Date
    07-02-2020
    Location
    Indonesia
    MS-Off Ver
    2016 windows
    Posts
    79

    Re: fetch item based on sales rep name, and display downward without blank.

    wow, thank you 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. [SOLVED] display set value based on location of item in counted range
    By chriswrcg in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-08-2022, 09:01 AM
  2. Sum of sales per item
    By filkod in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-13-2020, 09:21 AM
  3. Replies: 1
    Last Post: 12-16-2019, 06:20 AM
  4. Fetch records from multiple columns and display in rows
    By vvenkat70 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 01-02-2018, 12:58 AM
  5. Traffic lights in blank cells based upon Sales
    By Musabi1978 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-17-2017, 07:35 PM
  6. Replies: 1
    Last Post: 11-19-2013, 12:52 PM
  7. POS - Delete Inventory based on Item Numbers on Sales Screen.
    By retrotime in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-28-2011, 06:17 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