I have 2 Pivot tables
- Installs by Group, Source
- Daily User by Group, Source
These tables are ever changing, growing daily with new data.
Ultimately, I need to figure out how many users came back today (Daily Users) that installed prior to today (Installs) by GROUP and then, by SOURCE, separately.
I am working with this but I know it doesn't work b/c GETPIVOTTABLE doesn't appear to take less than (<
parameters.
Installs By Source "ad", for Groups "a" and "b" (combined)
=IFERROR(GETPIVOTDATA("Count",Pivots!$B$3,"Installed",<DATE(2013,3,24),"Group ID","a","Source","ad")+GETPIVOTDATA("Count",Pivots!$B$3,"Installed",<DATE(2013,3,24),"Group ID","b","Source","ad")," - ")
I guess to simplify my question... I just need this part to work.
=GETPIVOTDATA("Count",Pivots!$B$3,"Installed",<DATE(2013,3,24),"Group ID","a","Source","ad")
Get data from the pivot table where Install date is less than <some date> who is in Group <some group> and came from <some source>.
https://hotfile.com/dl/200165598/7a40028/pivot.xlsx.html
Any help is greatly appreciated!
- Installs by Group, Source
- Daily User by Group, Source
These tables are ever changing, growing daily with new data.
Ultimately, I need to figure out how many users came back today (Daily Users) that installed prior to today (Installs) by GROUP and then, by SOURCE, separately.
I am working with this but I know it doesn't work b/c GETPIVOTTABLE doesn't appear to take less than (<
Installs By Source "ad", for Groups "a" and "b" (combined)
=IFERROR(GETPIVOTDATA("Count",Pivots!$B$3,"Installed",<DATE(2013,3,24),"Group ID","a","Source","ad")+GETPIVOTDATA("Count",Pivots!$B$3,"Installed",<DATE(2013,3,24),"Group ID","b","Source","ad")," - ")
I guess to simplify my question... I just need this part to work.
=GETPIVOTDATA("Count",Pivots!$B$3,"Installed",<DATE(2013,3,24),"Group ID","a","Source","ad")
Get data from the pivot table where Install date is less than <some date> who is in Group <some group> and came from <some source>.
https://hotfile.com/dl/200165598/7a40028/pivot.xlsx.html
Any help is greatly appreciated!