I have a large list of Students who can be separated into groups by GroupTitle. each item has its own ID of course but I wish to have a second ID Column with the "WithinGroupID" So a group called "BlueGroup" with 10 students would have a new ID starting at 01.
I have added a field to the Student List called "WithinGroupID", it is a number type and I have "GroupTitle" field. I know I need to look at GroupTitle and look at the last "WithinGroupID that exists for other Items with the same GroupTitle and +1 but not sure how to go about it. Hope this makes sense.