Hi,
I'm new to this forum and somewhat new to Excel. Since I'm lost trying to figure out a solution to my current problem I thought i might try this forum.
### What I'm working with: ###
I've combined a Pivot table with formulas in a way that if I filter the Pivot table on for example Country, I'll see country specific data on the amount of accounts together with the amounts spent spread out on 4 main different account categories, with 5 different sub-categories each.
The main account categories are defined by the amount of time since the account registered.
The sub-categories under each of the main 4 are defined by the amount spent during that calendar month.
Now so far, everything is good and you can use this spreadsheet to see the current state of the customer database.
However, now I need to add a way so that its possible to see detailed changes among the categories, month from month. How accounts switch between categories and where they leave/come back.
### Problem: ###
1 spreadsheet with customer accounts for month January, containing various data
1 spreadsheet with customer accounts for month December, containing various data
How do i create a dynamic spread-sheet in which one can select country and after that see not only current stats on spread among customer categories, but also changes from last month?
I've been trying to use COUNTIFS to get the amount of users who match a criteria from both Pivot tables/spread sheets;
=COUNTIFS(B:B, "<=50",C:C, "<7/1/2009",'Activity Report'!B:B, "<=50", 'Activity Report'!C:C, "<7/1/2009")
This did not give back a correct value.
Is something like this even possible, or/and is Excel not suitable in this case?
Thanks for any input or ideas
![]()
Bookmarks