In excel macro, i am trying to get numbers to group as follows.
1 1 2 2 5 5 5 1 1 7 7 7 7 1 1 My data is in the format above. I need the numbers that are next too each other need to group.
For example 1 Grouped 2 Grouped 5 Grouped 1 Grouped 7 Grouped 1 Grouped
Can anyone help?