prakash,
Do you need different sort orders for the different groups?
In your first example, Group 1's values are 8,2,then 4.
Then Group 2's values are sorted 2,8, then 4.
Here a way to sort just based on the Value column:
You can create a column to sort with, then drop it once the data is...