OK, long subject but I was just asked to take our regular report and graph it differently without sorting.
Our format is:
We typically graph Value by Run. (Run is actually a much more complex number which is why we use a line chart for traceability)
Management wants us to now graph Value by Date with two lines, one for each Batch... but (here is the catch) they do not want to change the order of the data so they can see it in its current format.
Simple solution is create another sheet with a copy of the data and sort and graph but this file is already 1 MB.
Is there any way to dynamically choose the series by the Batch number? This may be a VBA solution or a formula using IF and OFFSET but I do not know where to start!
Thanks for any help
Our format is:
Code:
Date Run Batch Value
9/1/2006 1 1 0.62229978
9/3/2006 2 1 0.477822602
9/3/2006 3 2 0.473598063
9/4/2006 4 1 0.82828949
9/5/2006 5 1 0.346625262
9/6/2006 6 2 0.832642658
9/7/2006 7 2 0.321734769
9/7/2006 8 2 0.403464117
9/7/2006 9 1 0.012714166
9/9/2006 10 2 0.78437798
We typically graph Value by Run. (Run is actually a much more complex number which is why we use a line chart for traceability)
Management wants us to now graph Value by Date with two lines, one for each Batch... but (here is the catch) they do not want to change the order of the data so they can see it in its current format.
Simple solution is create another sheet with a copy of the data and sort and graph but this file is already 1 MB.
Is there any way to dynamically choose the series by the Batch number? This may be a VBA solution or a formula using IF and OFFSET but I do not know where to start!
Thanks for any help