Hi all
I have a task to complete the below requirement for Index part in a book. Please help me.
I have sequence of numbers like this,
Index1, 26, 35, 36, 37, 47
Index2, 65, 78, 79, 89, 90
I need to change like this
Index1, 26, 35−37, 47
Index2, 65, 78−79, 89−90
Index2, 65, 78−79, 89−90
i.e., the number which are in sequence order (chronological order) needs to be changed as ndash.
Sajeev