Look for matches in two columns and return list of contents of a third column

thelittleredfox

New Member
Joined
Dec 15, 2014
Messages
17
Hi,

I have the following spreadsheet, which lists all payments made under client accounts by date. (Please excuse the horrible layout).

ABCDE
1Row number
Client Name
Payment Date
Payment Amount
True or False
22Dominic Holden 20/04/2018£6.58TRUE
33Gary Baines02/06/2018£11.22TRUE
55Teri Kane05/09/2018 £16.73FALSE
66Julian Baker23/09/2018£9.31TRUE
77Gillian Houghton26/09/2018£8.10TRUE
88Thomas Hunt14/10/2018£7.99FALSE
99James Clarke28/10/2018£2.56TRUE

<tbody>
</tbody>


The sheet is called "data sheet" and currently has 5000 lines of data, which will probably increase to around 10,000 by the end of the year.

What I would like to do is to create a new tab which lists all records which fall within a specified time period AND where the value in column E is TRUE. There might be multiple results for the same date where column E is TRUE. I'd like it to look something like this:

ABC
1Client Name
Payment Date
Payment Amount
2Julian Baker23/09/2018£9.31
3Gillian Houghton26/09/2018£8.10
4James Clarke28/10/2018£2.56

<tbody>
</tbody>


I'm guessing I need to use an array formula but I've tried and just can't manage to create one that works. Any help would be appreciated!
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
I guess, you are looking for a dynamic range of time period. So you need to be able to provide the range limits "on the go".

Are you looking for a formula or a VBA code?
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

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