Hi,
I have 4 columns, as you can see below (Excel)
[TABLE="width: 320"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD="align: left"]CustomerID[/TD]
[TD="align: left"] TransactionDate[/TD]
[TD="align: left"] Amount [/TD]
[TD="align: left"]Date of 1st purchase[/TD]
[/TR]
[TR]
[TD]19[/TD]
[TD]19/12/2016[/TD]
[TD]131.5[/TD]
[TD="align: right"]19/12/2016[/TD]
[/TR]
[TR]
[TD]1465[/TD]
[TD]24/12/2016[/TD]
[TD]73.44[/TD]
[TD="align: right"]24/12/2016[/TD]
[/TR]
[TR]
[TD]2389[/TD]
[TD]25/12/2016[/TD]
[TD]49[/TD]
[TD="align: right"]25/12/2016[/TD]
[/TR]
[TR]
[TD]367[/TD]
[TD]26/12/2016[/TD]
[TD]25.9[/TD]
[TD="align: right"]26/12/2016[/TD]
[/TR]
[TR]
[TD]19[/TD]
[TD]02/01/2017[/TD]
[TD]30[/TD]
[TD="align: right"]19/12/2016[/TD]
[/TR]
</tbody>[/TABLE]
I would like to extract any value in column 'Customer ID' that is between 2 dates from column 'date of 1st purchase'.
I am used to Googlequery (would take me 1 mn to do), but I need it on Excel, and I struggle to find a formula that says:
Select any data in A (customer ID), if D (date of 1st purchase) is greater than 01/12/2016 & smaller than 31/12/2016
Thanks in advance,
Looking forward to reading you soon,
I have 4 columns, as you can see below (Excel)
[TABLE="width: 320"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD="align: left"]CustomerID[/TD]
[TD="align: left"] TransactionDate[/TD]
[TD="align: left"] Amount [/TD]
[TD="align: left"]Date of 1st purchase[/TD]
[/TR]
[TR]
[TD]19[/TD]
[TD]19/12/2016[/TD]
[TD]131.5[/TD]
[TD="align: right"]19/12/2016[/TD]
[/TR]
[TR]
[TD]1465[/TD]
[TD]24/12/2016[/TD]
[TD]73.44[/TD]
[TD="align: right"]24/12/2016[/TD]
[/TR]
[TR]
[TD]2389[/TD]
[TD]25/12/2016[/TD]
[TD]49[/TD]
[TD="align: right"]25/12/2016[/TD]
[/TR]
[TR]
[TD]367[/TD]
[TD]26/12/2016[/TD]
[TD]25.9[/TD]
[TD="align: right"]26/12/2016[/TD]
[/TR]
[TR]
[TD]19[/TD]
[TD]02/01/2017[/TD]
[TD]30[/TD]
[TD="align: right"]19/12/2016[/TD]
[/TR]
</tbody>[/TABLE]
I would like to extract any value in column 'Customer ID' that is between 2 dates from column 'date of 1st purchase'.
I am used to Googlequery (would take me 1 mn to do), but I need it on Excel, and I struggle to find a formula that says:
Select any data in A (customer ID), if D (date of 1st purchase) is greater than 01/12/2016 & smaller than 31/12/2016
Thanks in advance,
Looking forward to reading you soon,