Leebc
New Member
- Joined
- Dec 19, 2016
- Messages
- 10
Hi,
I am using the following Excel calculation to count/total the number of times a membership number is repeated in a column of membership numbers and put total in an adjacent column/row. I'd like to apply a similar calculation as a Power Query.
Countif ($A1:$Axxx, $A1).
I want to be able to select a membership number and identify how many times it occurs in the list of membership numbers.
example:
Member number: CountMember (output)
123 4
444 2
555 2
123 4
123 4
321 1
123 4
444 2
555 1
222 1
I directly access a list from the DB via a query. I want to apply this calculation and then append or merge with another query.
I hope I have explained it clearly enough?
I am using the following Excel calculation to count/total the number of times a membership number is repeated in a column of membership numbers and put total in an adjacent column/row. I'd like to apply a similar calculation as a Power Query.
Countif ($A1:$Axxx, $A1).
I want to be able to select a membership number and identify how many times it occurs in the list of membership numbers.
example:
Member number: CountMember (output)
123 4
444 2
555 2
123 4
123 4
321 1
123 4
444 2
555 1
222 1
I directly access a list from the DB via a query. I want to apply this calculation and then append or merge with another query.
I hope I have explained it clearly enough?