Forum Discussion
Anonymous
2 years agoNot applicable
Infinite Data Duplication
Hi! I have a dataset that is structured like this: Name Social Security Number Address Line 1 Address Line 3 Tax information Tax information Tax information Blank row Name Etc. I'm tr...
Anonymous
2 years agoNot applicable
You can start by adding the index (start with 1, not zero), and then add a column with each Number.Mod([Index], 11).
--Nate