I developed a worksheet that imports a text file each month for what will be 8 waves of data. The attached worksheets shows chart 1 and 2 with the first wave of data in it and an example of what chart 1 looks like.
When the next wave comes i will populate the wave “2” rows which will automatically update the chart with 2 datapoints. As each wave of data is imported the lines of the chart will become longer. My code adds the proper data to the proper wave number row and the chart automatically updates.
My problem is that now they want another chart that shows a summary of the data on one chart. In other words they want the whole row to be a “line” on the chart. See the C3 of my workbook. I know i can transpose the row into a column and use it as the series for the new “line” but i want to be able to easily have the chart update as each wave of data comes in. The i need help with. Does any one have ideas or direction for me to go? Thanks