Index/match to continue displaying results after first true result

Mandy_

New Member
Joined
Jan 29, 2021
Messages
36
Office Version
  1. 365
Platform
  1. MacOS
Hi,
I am creating a day planner, and wanting to enter 'reminders' into one sheet and pull that information if the date matches the date on the top of the day's planner.
For example: I'm working on 1st May 2021. Screenshot of my reminders table and screenshot of my planner.
I can get the result only of the first true value, how do I change my formula please to also include multiple results (when I have reminders with the same date twice).

I currently have the data in the same sheet, but if can it be done when the data is in separate sheets (this would be preferred)!

If I drag down the formula on my reminders section, it just copies the 'Test 1' result.

Thank you for your help,
 

Attachments

  • Reminders Table.png
    Reminders Table.png
    28.6 KB · Views: 8
  • Index-match day planner.png
    Index-match day planner.png
    62.6 KB · Views: 8

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Try:

B13:
Excel Formula:
=IFERROR(INDEX(Sheet18!JU:JU,AGGREGATE(15,6,ROW(Sheet18!$JT$5:$JT$100)/(Sheet18!$JT$5:$JT$100=B$4),ROWS(B$13:B13))),"")

and drag down.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,711
Messages
6,126,401
Members
449,312
Latest member
sweetfriend9

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top