H
HL
I have a worksheet with three important columns. Column A contains last
names, Column B contains the number of times that a particular name is
duplicated within my spreadsheet (i.e =COUNTIF(A:A,A2) ) this statement
returns a number like 1, 2, 3, etc. Finally, Column C contains word Active or
Inactive.
What I want to do is
1) Assign a numeric value to the user (last name) based upon that fact that
he/she is listed once or several times. (i.e. Listed once value =1, listed
twice value = 2, etc.)
2) Then get a subtotal of the number of the active users and get a subtotal
of the number of the inactive users by using the calculations described above.
Can anyone give me suggestions? I really need help with this.
names, Column B contains the number of times that a particular name is
duplicated within my spreadsheet (i.e =COUNTIF(A:A,A2) ) this statement
returns a number like 1, 2, 3, etc. Finally, Column C contains word Active or
Inactive.
What I want to do is
1) Assign a numeric value to the user (last name) based upon that fact that
he/she is listed once or several times. (i.e. Listed once value =1, listed
twice value = 2, etc.)
2) Then get a subtotal of the number of the active users and get a subtotal
of the number of the inactive users by using the calculations described above.
Can anyone give me suggestions? I really need help with this.