Hi all,
please consider the following table.
In my data set column A is given. I would like to compute the second column. The values are calculated based on how many times the value in the same row of column A occurs in total in column A. For example, the first row: the value 1 occurs 3 times in column A. Hence, in CountA there is a 3 for all 1s. Is there a specific count demand that can be used to do this?
I appreciate any help. Thank you.
please consider the following table.
| A | CountA |
| 1 | 3 |
| 1 | 3 |
| 1 | 3 |
| 2 | 1 |
| 3 | 2 |
| 3 | 2 |
| 4 | 3 |
| 4 | 3 |
| 4 | 3 |
I appreciate any help. Thank you.

Comment