Lookup text between 2 dates - is it possible?

s13igh

New Member
Joined
Jan 26, 2016
Messages
21
Hi,

im trying to list/extract all the text from Z16:Z116 when another columns date falls between a start and end date.

Z16:Z116 = text to extract
AV16:AV116 = contains date
A1 = start date
C1 = end date

is this possible?, I've tried Lookup & Index formula I have found on forums without success.

thanks for the advice.
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
How about
=IFERROR(INDEX($Z$16:$Z$116,AGGREGATE(15,6,(ROW($Z$16:$Z$116)-ROW($Z$16)+1)/(($AV$16:$AV$116>=$A$1)*($AV$16:$AV$116<=$C$1)),ROWS(A$2:A2))),"")

change the part in red to reference the first cell the formula is in
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,717
Members
448,985
Latest member
chocbudda

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