Koby.Fenton
New Member
- Joined
- Sep 21, 2011
- Messages
- 9
Hi All, I'm hoping someone can help me with a conditional distinct value sum, I've detailed below an example of what I'm trying to accomplish.
I need to sum balances for distinct Account Identifiers where the sum of the distinct Account Identifiers balances are above a certain threshold. For the below sample data set, the formula would sum the balances for distinct Acct Identifiers that had a sum greater than 10. So for the data below the value returned by the formula would be 54. It would sum the balances for SSN1 & SSN2 because their sums exceeded 10, 35 & 19 respectively but would exclude SSN3 from the sum because it only summed to 7.
Acct Identifier Balance
SSN1 5
SSN1 2
SSN1 8
SSN2 9
SSN1 10
SSN2 9
SSN2 1
SSN1 10
SSN3 4
SSN3 3
Any help would be greatly appreciated!
I need to sum balances for distinct Account Identifiers where the sum of the distinct Account Identifiers balances are above a certain threshold. For the below sample data set, the formula would sum the balances for distinct Acct Identifiers that had a sum greater than 10. So for the data below the value returned by the formula would be 54. It would sum the balances for SSN1 & SSN2 because their sums exceeded 10, 35 & 19 respectively but would exclude SSN3 from the sum because it only summed to 7.
Acct Identifier Balance
SSN1 5
SSN1 2
SSN1 8
SSN2 9
SSN1 10
SSN2 9
SSN2 1
SSN1 10
SSN3 4
SSN3 3
Any help would be greatly appreciated!