I have a spread sheet that is constantly changes every day(gets updated). It pulls data from a secondary source into this sheet. Once there I want to format the data into graphs. The number data points will always differ, the number of columns could change as well. And at times while going down the spreadsheet some cells in each column will be blank.
In column A and B there are Dates and product numbers respectively. I first want to separate the data based on column B(the product code)(for example sorting by products A-J). Then separate each product code sections by date so they are in chronological order. I then want to go down column C, graph all the data in the those columns that do not have blank cells with respect to the date and then continue on to D and repeat, then E and F ect..until no more columns exist.
The columns will change, the number of blank cells per column will change and there could be up to 1000 data points per column.
Any help would be nice.
In column A and B there are Dates and product numbers respectively. I first want to separate the data based on column B(the product code)(for example sorting by products A-J). Then separate each product code sections by date so they are in chronological order. I then want to go down column C, graph all the data in the those columns that do not have blank cells with respect to the date and then continue on to D and repeat, then E and F ect..until no more columns exist.
The columns will change, the number of blank cells per column will change and there could be up to 1000 data points per column.
Any help would be nice.