Hi everyone,
I'm analyzing a huge set of data and I was looking for a function on excel that would help me greatly in speeding up the process. For example, I have this set of data:
[pre]
[/pre]
And so on......
And I want to make scatterplots for each set of serial number; 1 for serial number 2600, 1 for serial number 2610, and 1 for serial number 2620 (date and measurements are x and y axis). Is there an easier way to do this than me manually highlighting and clicking "insert scatterplot"? Correct me if I'm wrong, but macros don't work because I need excel to pick up when the serial number changes.
Does a function like this exist, and if so how do I use it? Any help would be greatly appreciated, thanks!!!
I'm analyzing a huge set of data and I was looking for a function on excel that would help me greatly in speeding up the process. For example, I have this set of data:
[pre]
Code:
Serial Number Date Measurement
2600 4-3-13 12
2600 5-12-13 18
2610 3-20-12 3
2620 2-21-12 7
And so on......
And I want to make scatterplots for each set of serial number; 1 for serial number 2600, 1 for serial number 2610, and 1 for serial number 2620 (date and measurements are x and y axis). Is there an easier way to do this than me manually highlighting and clicking "insert scatterplot"? Correct me if I'm wrong, but macros don't work because I need excel to pick up when the serial number changes.
Does a function like this exist, and if so how do I use it? Any help would be greatly appreciated, thanks!!!