I'm using an older version of PowerPivot for Excel 2010, 11.2.5 I think it is.
I have a PP table called Applications, with a bunch of fields but the 2 in question are AppRef and Status.
So for each stage of an application, it will get a new record for each decision. What I would like to get, is a count of all applications where the status has went from Refer to Complete.
So for example:
AppRef | Decision
1 Open
1 Refer
1 Complete
2 Open
2 Closed
3 Open
3 Refer
3 Continue
3 Complete
4 Open
4 Complete
So from the above example the count would be 2 from AppRef 1 & 3. So in essence, as long as each AppRef group has both Refer and Complete in it.
Thanks
I have a PP table called Applications, with a bunch of fields but the 2 in question are AppRef and Status.
So for each stage of an application, it will get a new record for each decision. What I would like to get, is a count of all applications where the status has went from Refer to Complete.
So for example:
AppRef | Decision
1 Open
1 Refer
1 Complete
2 Open
2 Closed
3 Open
3 Refer
3 Continue
3 Complete
4 Open
4 Complete
So from the above example the count would be 2 from AppRef 1 & 3. So in essence, as long as each AppRef group has both Refer and Complete in it.
Thanks