Adding a Row Number to Duplicate Accounts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PWILLS
    New Member
    • Sep 2016
    • 2

    Adding a Row Number to Duplicate Accounts

    I need to add a Row Number in a created column to count Dups.

    For example

    Name CREATEDROW
    JOHN 1
    STEVE 1
    STEVE 2
    STEVE 3
    RICK 1
    SAM 1
  • PWILLS
    New Member
    • Sep 2016
    • 2

    #2
    Ultimately the Code would be something like:

    Name = Name 1 +1 or something.

    Make Sense?

    Comment

    Working...