Forum Discussion

Novice_2022's avatar
Novice_2022
Frequent Visitor
3 years ago
Solved

Return values based on a list in another table

Good day all,

 

I hope I'm posting in the correct place as this is my first time using a community support page. I've looked all over and can't seem to find the answer that I'm looking for and am hoping that someone can help.

 

I have two tables, one containing names and dates (some are repeating values), and another that has just a list of dates. I'm looking to create a table on a dashboard that shows all the dates from the second table and the corresponding names from the first. Basically, I need to display a list of people that match up to specific dates from a list. 

 

I used the following to achieve the desired result in excel:

=IF(A23='Tracking Table'!$C$1, FILTER('Tracking Table'!A:B,'Tracking Table'!C:C=1),"No")

 

Any and all help is appreciated.

2 Replies