Hi,
Please can I get advice on whether it is possible to use VBA to create a summary table from a 2 column dataset as follows:
Many Thanks in advance
Peter
Please can I get advice on whether it is possible to use VBA to create a summary table from a 2 column dataset as follows:
- The input data is a simple list of integer 'values' between 1 and 15.
- The output data should count the number of identical values in a row, give the start and end point of those values, then once the value changes, start counting again. Please see the image below.
-
- So in the example above, the first three values are '3', so the first entry in the output states that the value of 3 occurs between the first and third entry, the fourth and fifth are value '4', the 6th and 7th value 3 etc,
Many Thanks in advance
Peter