schreibman
New Member
- Joined
- Sep 9, 2009
- Messages
- 6
I have a feeling there are many easy solutions, and I am just having a mental block, so thanks in advance if I am missing the obvious here.
Consider the following, stats created monthly for a sales team.
Also, sales folks are added and leave monthly.
How can I calculate the prior month difference, but only if the name is in the prior month and current month?
Like a SUMIF, but a 'Minus if'...
The last table is what I am trying to find a function to calculate:
WidgetsSold
1/1/2012 Smith 10
1/1/2012 Johnson 8
1/1/2012 jones 11
1/1/2012 jackson 12
2/1/2012 Smith 10
2/1/2012 Stark 7
2/1/2012 jones 12
2/1/2012 jackson 11
Calculate this one:
Dif Smith 0
Dif jones 1
Dif jackson -1
Consider the following, stats created monthly for a sales team.
Also, sales folks are added and leave monthly.
How can I calculate the prior month difference, but only if the name is in the prior month and current month?
Like a SUMIF, but a 'Minus if'...
The last table is what I am trying to find a function to calculate:
WidgetsSold
1/1/2012 Smith 10
1/1/2012 Johnson 8
1/1/2012 jones 11
1/1/2012 jackson 12
2/1/2012 Smith 10
2/1/2012 Stark 7
2/1/2012 jones 12
2/1/2012 jackson 11
Calculate this one:
Dif Smith 0
Dif jones 1
Dif jackson -1