Forum Discussion
tytds
Feb 02, 2022Copper Contributor
Apply different date filters to specific column values in a pivot table
Suppose I have the following pivot table from one data source The source data is essentially a spreadsheet of accounts which indicates 3 items (3 columns)- date account was created, date ...
samridhi475
Feb 02, 2022Copper Contributor
corect
tytds
Feb 02, 2022Copper Contributor
hmm i thought this would be an easier process. I don't want to play around with too much code but this date discrepancy is giving me a problem and I can't present my report accurately.
- SergeiBaklanFeb 03, 2022MVP
If to continue it's better if you generate small sample file to illustrate the logic manually adding desired result. That's 5-10 minutes job, your actual data is not required.
- tytdsFeb 03, 2022Copper ContributorHere is a sample of the source data
https://easyupload.io/zlogle- SergeiBaklanFeb 04, 2022MVP
tytds
thank you, but that doesn't explain the logic. In sample file we have 12 accounts submitted in January. Each of them has Date Successful, thus all 12 of January accounts are successful.Or you mean count successful accounts only if Date Successful is in January, doesn't matter when they were submitted?
Or some other logic?