Hi,
I'm struggling to get the following formulas written. Would appreciate any help.
[ol]
[li]Number of unique Accounts per Year; I manage to get the unique Accounts but cannot filter per year... =SUM(IF(FREQUENCY(B2:B100;B2:B100)>0;1;0)) [/li]
[li]Number of unique new Accounts per Year (So Accounts that didn't show up in all _previous_ Years)[/li]
[li]The Revenue these new Accounts accumulated in the year (they started)[/li]
[/ol]
[pre]
A B C
Date Account Revenue
… … …
2012-12-17 10265 793,8
2012-12-17 10265 -476,28
2012-12-20 6030 -187,5
2012-12-20 6030 103,6
2012-12-28 13463 103,6
2013-01-11 13483 647,5
2013-01-29 13483 103,6
2013-02-07 13454 103,6
2013-02-07 9177 673,4
2011-11-25 13464 178,2
2013-04-18 13464 1113,75
… … …
[/pre]
Much appreciated!
I'm struggling to get the following formulas written. Would appreciate any help.
[ol]
[li]Number of unique Accounts per Year; I manage to get the unique Accounts but cannot filter per year... =SUM(IF(FREQUENCY(B2:B100;B2:B100)>0;1;0)) [/li]
[li]Number of unique new Accounts per Year (So Accounts that didn't show up in all _previous_ Years)[/li]
[li]The Revenue these new Accounts accumulated in the year (they started)[/li]
[/ol]
[pre]
A B C
Date Account Revenue
… … …
2012-12-17 10265 793,8
2012-12-17 10265 -476,28
2012-12-20 6030 -187,5
2012-12-20 6030 103,6
2012-12-28 13463 103,6
2013-01-11 13483 647,5
2013-01-29 13483 103,6
2013-02-07 13454 103,6
2013-02-07 9177 673,4
2011-11-25 13464 178,2
2013-04-18 13464 1113,75
… … …
[/pre]
Much appreciated!