Formula to extract information from a table that matches a date

tbrynard01

Board Regular
Joined
Sep 20, 2017
Messages
131
Office Version
  1. 365
Platform
  1. Windows
How can I extract information from a table (column B) that matches a date in Column C - there may be more than one row with the same date and I want to pull the text from all rows

I use Excel 365

Help will be appreciated
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Like this perhaps:

ABCD
1A18 Dec 2024
2B19 Dec 2024
3C19 Dec 202419 Dec 2024
4D20 Dec 2024B
5E19 Dec 2024C
6F21 Dec 2024E
Sheet1
Cell Formulas
RangeFormula
D4:D6D4=FILTER(A1:A6,B1:B6=D3,"N/A")
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,224,816
Messages
6,181,138
Members
453,021
Latest member
Justyna P

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