+ Reply to Thread
Results 1 to 8 of 8

Multiple Criteria to return multiple Values

  1. #1
    Registered User
    Join Date
    12-10-2019
    Location
    Sri Lanka
    MS-Off Ver
    Office 365
    Posts
    4

    Multiple Criteria to return multiple Values

    Hi,

    Can some one help me to get the formula correct for this excel file. I want to get to the Company names of which the Financial release date is less than today's date(E1) and that isn't downloaded (check box return true and false values to the D Column it self) values to appear in the available now column. I cant seem to get these two criteria to return multiple values. Any help would be much appreciated. Thank you.
    Attached Files Attached Files
    Last edited by Sarath123456; 12-10-2019 at 02:37 AM.

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Multiple Criteria to return multiple Values

    Welcome to the forum

    Please attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Registered User
    Join Date
    12-10-2019
    Location
    Sri Lanka
    MS-Off Ver
    Office 365
    Posts
    4

    Re: Multiple Criteria to return multiple Values

    Excel File Attached... any help? anyone?

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Multiple Criteria to return multiple Values

    Try

    =IFERROR(INDEX($B$3:$B$11,SMALL(IF(($C$3:$C$11 < TODAY())*($D$3:$D$11=FALSE),ROW($B$3:$B$11)-ROW($B$3)+1),ROWS($I$3:I3))),"")

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    12-10-2019
    Location
    Sri Lanka
    MS-Off Ver
    Office 365
    Posts
    4

    Re: Multiple Criteria to return multiple Values

    Hi, Thank the formula works... Small question....how will the formula change no of rows increased to lets say 60?? because simply increasing the existing ranges to 60 doesn't yield any output... How should the formula need to be changed in order to incorporate more rows? Thank you in advance

  6. #6
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Multiple Criteria to return multiple Values

    You can simply increase the ranges, put the 60 instead of 11


    =IFERROR(INDEX($B$3:$B$60,SMALL(IF(($C$3:$C$60 < TODAY())*($D$3:$D$60=FALSE),ROW($B$3:$B$60)-ROW($B$3)+1),ROWS($I$3:I3))),"")

    Note this is an array formula with need to confirm with control + Shift +Enter not just simple enter

    Hope you get your answer

  7. #7
    Registered User
    Join Date
    12-10-2019
    Location
    Sri Lanka
    MS-Off Ver
    Office 365
    Posts
    4

    Re: Multiple Criteria to return multiple Values

    Yes... thank you for all the help!

  8. #8
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Multiple Criteria to return multiple Values

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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: 3
    Last Post: 08-17-2019, 05:53 AM
  2. Replies: 5
    Last Post: 05-27-2019, 03:46 PM
  3. [SOLVED] Return multiple values (matrice) by selection of multiple criteria.
    By toman159 in forum Excel General
    Replies: 6
    Last Post: 11-28-2016, 11:05 AM
  4. [SOLVED] Index/Match with Multiple Criteria and Multiple return values
    By Brawnystaff in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-28-2015, 10:27 AM
  5. Replies: 2
    Last Post: 05-26-2015, 07:29 PM
  6. [SOLVED] How to return multiple values to a single cell based on multiple criteria
    By lwallace in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-20-2014, 06:32 AM
  7. Replies: 2
    Last Post: 03-03-2014, 10:03 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