+ Reply to Thread
Results 1 to 2 of 2

Lookup and show multiple values in new cells?

  1. #1
    Registered User
    Join Date
    08-30-2016
    Location
    Edmonton, Canada
    MS-Off Ver
    2016 64b
    Posts
    92

    Lookup and show multiple values in new cells?

    Hi All,

    I'm not sure if this is possible, but I'll ask.

    I have a file (attached) that shows different types of FELINE and CANINE as categories. I'd like to be able to show, in the highlighted areas, each animal that has an amount within a specified range in a corresponding cell. If that animal has already been identified/selected, to then identify the next animal and so-fourth.

    Thanks for your help!
    Attached Files Attached Files

  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 2403
    Posts
    44,054

    Re: Lookup and show multiple values in new cells?

    Can I ask you to re-check your cut-off criteria again?

    One way (feline) is to use a separate hard-coded formula for each row, using variants of this (different shading = different formula):
    =IFERROR(INDEX($F:$F,AGGREGATE(15,6,ROW($F$6:$F$17)/(($E$6:$E$17=$K$5)*($G$6:$G$17< =5)),COLUMNS($L:L))),"")

    However, that might be a pain to set up if you have lots of ranges, and not just 3. An alternative (done for canine) is to re-jig teh layout a bit and use one formula, copied across and down:

    =IFERROR(INDEX($F:$F,AGGREGATE(15,6,ROW($F$6:$F$17)/(($E$6:$E$17=$K$10)*($G$6:$G$17> =$J12)*($G$6:$G$17< IF($K12="",10^300*$G$6:$G$17,$K12))),COLUMNS($L:L))),"")

    If you like the second option, you do need to check EXACTLY what your cut-off criteria are....
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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] Lookup and return multiple values multiple cells
    By exceleratevba in forum Excel Programming / VBA / Macros
    Replies: 25
    Last Post: 10-07-2019, 07:36 AM
  2. [SOLVED] Show Multiple Values in Multiple Cells IF Values in Column 'I' =>1
    By markrc139 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-27-2019, 12:12 PM
  3. Replies: 1
    Last Post: 10-11-2017, 02:37 AM
  4. MsgBox to show multiple searched values of cells
    By abhijit2610 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-04-2016, 08:26 AM
  5. Sum values from multiple cells - multiple lookup values in single cell
    By taxdept in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-21-2012, 04:12 PM
  6. Lookup Values in multiple cells
    By turbolad in forum Excel General
    Replies: 1
    Last Post: 04-15-2012, 05:27 PM
  7. [SOLVED] Lookup for Specific Values in Multiple Cells
    By NickPDC in forum Excel General
    Replies: 24
    Last Post: 12-10-2010, 08:51 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