Hello I am trying to return the greatest date of rows meeting the following criteria: (my data is formatted in tables)

=C10 (Table1[@[ID]])
=D10 (Table1[@[Desc]])

Referenced table (Table2)

data matching

C6:C3511 with Table2[ID]
D6:D3511 with Table2[Desc]

the date I wish to return is in J6:J3511 (Table2[Date])

I hope that makes sense