How to have a list of items vertically arranged based on today's date?

Indaxt

New Member
Joined
Sep 15, 2022
Messages
8
Office Version
  1. 365
Platform
  1. Windows
Good evening everyone,

this is my very first post and I'm pretty new to Excel, so I will try and be as precise as possible. I have a table with two columns, one with a list of names and the other one with a list of dates.

I want to have a list of any of those names in another tab if the date shown for that name is today. See the following pictures:
1663266605968.png
1663266761424.png

If it helps, the table is called Table 55. I have tried with =XLOOKUP but it only returns the first value that it finds into every single cell of the column [C&NWL,C&NWL,C&NWL... rather than C&NWL, and [SWL]CH]. I want to be able to see all the diferent "trust" whose "date" is the same as either TODAY() or 'Today's Highlights!$B$1.

I hope this all makes sense and please accept my apologies if it's not very clear. I'm happy to provide more information if needed!

Thank you!
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
This is how far I got. How can I make it show the other results with that date? And how can I make it stop when there's no more "trust" with that value?
1663267631090.png

Sorry for the second post, and thank you for your time!
 
Upvote 0
Hi & welcome to MrExcel.
How about
Excel Formula:
=FILTER(Table55[Trust],Table55[Date]=B1)
But you have to put this in a normal range (not table) & it will spill down.
 
Upvote 0
Hi & welcome to MrExcel.
How about
Excel Formula:
=FILTER(Table55[Trust],Table55[Date]=B1)
But you have to put this in a normal range (not table) & it will spill down.
Thank you!!! That works beautifully. Is it OK if I ask something else following this thread?
Now, when there is no match, it shows #CALC!. I don't know how I can make that formula so it doesn't show anything or shows "n/a" if there is no match. Any suggestions?

P.S.: I've tried IFERROR but it didn't work for me.
 
Upvote 0
How about
Excel Formula:
=FILTER(Table55[Trust],Table55[Date]=B1,"NA")
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,395
Members
449,081
Latest member
JAMES KECULAH

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