G
Guest
I have a spreadsheet with groups of repeating rows and cells that look something like this
1AA 1AB 1A
1BA 2BB 2B
1CA 1CB 1C
2AA 2AB 2A
2BA 2BB 2B
2CA 2CB 2C
The rows/cells beginning with "1" make up one batch of data. The rows/cells beginning with "2" make up another. I add a new batch every week. I want to create a graph that captures only 1CC, 2CC, 3CC, 4CC, etc. There are always the same numbers of rows between the cells. I've thought about capturing 1CC, 2CC, 3CC, etc in a list in another area of the spreadsheet and graphing that list, but I don't know how to programmatically extract only those cells. Does anyone have an idea how I can do this?
Thanks
JRG
1AA 1AB 1A
1BA 2BB 2B
1CA 1CB 1C
2AA 2AB 2A
2BA 2BB 2B
2CA 2CB 2C
The rows/cells beginning with "1" make up one batch of data. The rows/cells beginning with "2" make up another. I add a new batch every week. I want to create a graph that captures only 1CC, 2CC, 3CC, 4CC, etc. There are always the same numbers of rows between the cells. I've thought about capturing 1CC, 2CC, 3CC, etc in a list in another area of the spreadsheet and graphing that list, but I don't know how to programmatically extract only those cells. Does anyone have an idea how I can do this?
Thanks
JRG