calc HP/TQ from EvoScan using Excel
Instead of postng a new spreadsheet, I'll tell you what to do, then see if you can tidy it up and post it:
For example, this is what you need to do to get the max tq and HP from the comparison run (run #2) to appear on the graph sheet (3rd gear HP_TQ)
1. On the comparison tab, copy column F. Go to column M and select 'Paste Special...', select 'Values' and click OK.
2. Go to the 3rd gear HP/TQ sheet (where the dyno graph is) and select a cell somewhere under the graph....I chose D37 (will be used later in the steps)
3. Paste in the following:
and hit Ctrl+Shift+Enter
This is your max torque. The Ctrl+Shift+Enter makes Excel put brackets around your formula and this is needed for the formula to work correctly.
4. Now go one cell to the right and use the following formula to lookup the corresponding RPM:
5. Go to cell D38. Paste in this:
and click Ctrl+Shift+enter
6. Go one cell to the right and paste in this:
If you did everything correctly, you should now have four cells showing:
for the comparison run. Follow the same logic to do for the first run as well.
Eric
For example, this is what you need to do to get the max tq and HP from the comparison run (run #2) to appear on the graph sheet (3rd gear HP_TQ)
1. On the comparison tab, copy column F. Go to column M and select 'Paste Special...', select 'Values' and click OK.
2. Go to the 3rd gear HP/TQ sheet (where the dyno graph is) and select a cell somewhere under the graph....I chose D37 (will be used later in the steps)
3. Paste in the following:
Code:
=MAX(IF(ISERROR(Comparison!L10:L199),0,Comparison!L10:L199))
This is your max torque. The Ctrl+Shift+Enter makes Excel put brackets around your formula and this is needed for the formula to work correctly.
4. Now go one cell to the right and use the following formula to lookup the corresponding RPM:
Code:
=VLOOKUP(D37, Comparison!L5:M199,2,FALSE)
Code:
=MAX(IF(ISERROR(Comparison!K10:K199),0,Comparison!K10:K199))
6. Go one cell to the right and paste in this:
Code:
=VLOOKUP(D38, Comparison!K5:M199,3,FALSE)
Code:
max tq RPM max hp RPM
Eric
Last edited by l2r99gst; May 14, 2009 at 08:45 AM.
Then, make sure you use the same cells on the dyno sheet (D37, etc).
If someone added l2r99gst's info into the excel file I just posted, care to upload it?? I'm glad everyone is liking it so far. I tried doing the "MAX" formula to get max hp and torque but didn't know how to get it to ignore the cells that weren't being used with the "#DIV/0!" values. I'm not savvy with excel at all, this was my first real attempt. Props to MrFred for giving me a great base to work off of ;-)
Oh, I had my car dyno'd at Buschurs and at turbotrix while logging and thats what I used as my comparison figures to get some ballpark dyno correction values. I always record the air temp and barometric pressures the dyno is using too. And I make sure I know which type of weather correction format they use.
Oh, I had my car dyno'd at Buschurs and at turbotrix while logging and thats what I used as my comparison figures to get some ballpark dyno correction values. I always record the air temp and barometric pressures the dyno is using too. And I make sure I know which type of weather correction format they use.
Here ya go!! In a very basic format. I did it so It displays only the EvoScan Data Max numbers. It can be easily modified to show both the comparison and Evoscan Data.
Last edited by SEEnoEVO; May 14, 2009 at 10:16 AM.
Thread Starter
EvoM Guru
iTrader: (50)
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
I started playing w/ this newer excell file tonight, and got both logs (evoscan/comparison) to calculate tq/hp #'s w/ the rpm, and thought I would share...
Big thanks to mrfred, JOT, l2r99gst! Nice work
I just followed l2r99gst directions and voila.
cheers
Big thanks to mrfred, JOT, l2r99gst! Nice work
cheers
Last edited by nonschlont; May 14, 2009 at 11:51 PM.
I started playing w/ this newer excell file tonight, and got both logs (evoscan/comparison) to calculate tq/hp #'s w/ the rpm, and thought I would share...
Big thanks to mrfred, JOT, l2r99gst! Nice work I just followed l2r99gst directions and voila.
Big thanks to mrfred, JOT, l2r99gst! Nice work I just followed l2r99gst directions and voila.
the rpm/mph used i think is the problem, this is for the IX speed right?
Thread Starter
EvoM Guru
iTrader: (50)
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
The rpm/mph value for 3rd gear is nearly the same for all the 8s and 9s. What JOT has in his Excel file should work fine.



Thanks