I have survey data that looks like this and I want to append a uniqueid (1-3) every 3 rows of the name:
My output should look like this:
| RecordID | Name | Response |
| 1 | Afammy | Yes |
| 2 | Afammy | No |
| 3 | Afammy | Maybe |
| 1 | JoeShmoe | Who Knows |
| 2 | JoeShmoe | Its possible |
| 3 | JoeShmoe | Why not |
RecordID tool not helpful here, can't seem to find a formula, and regex looks for patterns but in the data. I think this is a simple enough task but confounded at the moment- maybe been at it too long! Thanks for any help you can offer.