I have 3 columns of data like this:
RPM MAP AFR
1000 40 14
2000 60 14.2
3000 60 14.2
4000 90 12.5
5000 100 12.4
5500 100 12.8
6000 100 12.6
5000 30 14.5
4000 30 14.4
4000 100 12.5
And on and on and on.
What I want to do is have an excel spreadsheet I can import this data in that will plot the AFR in a corresponding cell with the top axis being MAP and the side axis being RPM. If there is already a value in the cell then I want it to average the value with the current value in the cell.
Here is basically what I want my final product to look like:
Anyone got any idea? Is Excel even the right way to go about this?
RPM MAP AFR
1000 40 14
2000 60 14.2
3000 60 14.2
4000 90 12.5
5000 100 12.4
5500 100 12.8
6000 100 12.6
5000 30 14.5
4000 30 14.4
4000 100 12.5
And on and on and on.
What I want to do is have an excel spreadsheet I can import this data in that will plot the AFR in a corresponding cell with the top axis being MAP and the side axis being RPM. If there is already a value in the cell then I want it to average the value with the current value in the cell.
Here is basically what I want my final product to look like:
Anyone got any idea? Is Excel even the right way to go about this?
Comment