I have an array in which column A is a list of transaction numbers, but only the 1st, 11th, 21st, and 31st numbers are there. Then in column B those transaction numbers are listed. Then it gets tricky - colum B has transaction #s 12, 22, 32, etc., column C has 13, 23, 33, D has 14, 24, 34, on and on and on.
So the first row of the array is transaction 1 through 10, second row is 11 through 20, third is 21 though 30.
How can I graph this mess? I need to show trends in the amount of each transaction and compare trends between groups. Each group's data is formatted in this same way.
So the first row of the array is transaction 1 through 10, second row is 11 through 20, third is 21 though 30.
How can I graph this mess? I need to show trends in the amount of each transaction and compare trends between groups. Each group's data is formatted in this same way.