sspatriots
Well-known Member
- Joined
- Nov 22, 2011
- Messages
- 585
- Office Version
- 365
- Platform
- Windows
Hi,
I have a table with the name "JobList". I have column that list a boat load of e-mails, and many are duplicates. That column name is "Contact Email Address". To find the actual occurrence number of the duplicates I was trying to do it two different ways. The first column formula (below) will count the number of duplicates for any email address in that column I just mentioned. The formula is as follows:
Therefore, I tried this next formula to try and get the occurrence number of the duplicates from that same column:
However, that just put the number "1" in every cell down that column.
If an e-mail address shows up 5 times down that "Contact Email Address" column, would like the formula result to read "1" in the new column when the initial e-mail address appears in that column from top to bottom, then the second time that same e-mail address appears in that column I would like the formula result to read "2", then "3", then "4" and so on.
I have no clue how to do this using the structured references. Thanks, SS
I have a table with the name "JobList". I have column that list a boat load of e-mails, and many are duplicates. That column name is "Contact Email Address". To find the actual occurrence number of the duplicates I was trying to do it two different ways. The first column formula (below) will count the number of duplicates for any email address in that column I just mentioned. The formula is as follows:
Excel Formula:
=COUNTIF([Contact Email Address], [@[Contact Email Address]])
Therefore, I tried this next formula to try and get the occurrence number of the duplicates from that same column:
Excel Formula:
=COUNTIF(JobList[@[Contact Email Address]:[Contact Email Address]],[@[Contact Email Address]])
However, that just put the number "1" in every cell down that column.
If an e-mail address shows up 5 times down that "Contact Email Address" column, would like the formula result to read "1" in the new column when the initial e-mail address appears in that column from top to bottom, then the second time that same e-mail address appears in that column I would like the formula result to read "2", then "3", then "4" and so on.
I have no clue how to do this using the structured references. Thanks, SS