JoshBright
New Member
- Joined
- Apr 26, 2018
- Messages
- 7
Hi there. I'm trying to get drag down to do the work for me and auto-populate what I need it to do.
I have a COUNTIFS function set up to count how many people in my database:
1. Own a specific product
2. Date of purchase for that product
3. Double opt in for marketing
As follows:
=COUNTIFS('Raw data'!AK:AK,"*Product1:01/01/2011*",'Raw data'!BQ:BQ,"Double")
Now I'd like to calculate how many people purchased that product on each day up until today.
I've tried doing this
A1 =COUNTIFS('Raw data'!AK:AK,"*Product1:01/01/2011*",'Raw data'!BQ:BQ,"Double")
A2 =COUNTIFS('Raw data'!AK:AK,"*Product1:02/01/2011*",'Raw data'!BQ:BQ,"Double")
A3 =COUNTIFS('Raw data'!AK:AK,"*Product1:03/01/2011*",'Raw data'!BQ:BQ,"Double")
And then dragging down but it just repeats those three dates.
Please note that Column AK:AK contains data for all products, comma separated, e.g:
Product1:01/01/2011,Product2:07/07/2017,Product4a:09/10/2016.
This is why it is searching that column for "*Product1:01/01/2011*" etc.
My desired end results is a table for Product1 showing
01/01/2011 4
02/01/2011 7
...
26/04/2018 1
Please help! I don't want to have to hand type all those dates!
Thanks
Josh
I have a COUNTIFS function set up to count how many people in my database:
1. Own a specific product
2. Date of purchase for that product
3. Double opt in for marketing
As follows:
=COUNTIFS('Raw data'!AK:AK,"*Product1:01/01/2011*",'Raw data'!BQ:BQ,"Double")
Now I'd like to calculate how many people purchased that product on each day up until today.
I've tried doing this
A1 =COUNTIFS('Raw data'!AK:AK,"*Product1:01/01/2011*",'Raw data'!BQ:BQ,"Double")
A2 =COUNTIFS('Raw data'!AK:AK,"*Product1:02/01/2011*",'Raw data'!BQ:BQ,"Double")
A3 =COUNTIFS('Raw data'!AK:AK,"*Product1:03/01/2011*",'Raw data'!BQ:BQ,"Double")
And then dragging down but it just repeats those three dates.
Please note that Column AK:AK contains data for all products, comma separated, e.g:
Product1:01/01/2011,Product2:07/07/2017,Product4a:09/10/2016.
This is why it is searching that column for "*Product1:01/01/2011*" etc.
My desired end results is a table for Product1 showing
01/01/2011 4
02/01/2011 7
...
26/04/2018 1
Please help! I don't want to have to hand type all those dates!
Thanks
Josh