For example I have this data:
Then I have a cell where in I can put a date then it returns each row that contains that specific date.
Then it should return
Name | Agenda | Date |
John Doe | Tire Change | 3/22/2023 |
Jane Doe | Ask Forum | 3/22/2023 |
John Wick | Go to Continental | 3/23/2023 |
Then I have a cell where in I can put a date then it returns each row that contains that specific date.
Input Date: | 3/22/2023 |
Then it should return
Name | Agenda |
John Doe | Tire Change |
Jane Doe | Ask Forum |