JakkeJakobsen
Board Regular
- Joined
- Sep 10, 2014
- Messages
- 94
Currently, I just have a formula like this: =if($AR3="","",if(D3<>AU2,D3+(AU2-D3)/1.02,D3))
What this does, is basically to check if there is any change, like going from 9.375 to 0, and if so, it will divide the previous part by 1.02 and add it to whatever is in the current cell, which in this example is 0. This goes on and on till the end of the oiled area, called an oil pattern.
The issue with this method is that it ADDS oil where there is none, as (9.375*16)+(9.375/1.03) is not 50, its 50+9.19.
What I want to do, is to take the total oil amount for one board, and smear it out like it does in real life. If the total amount is 50ul on that board, the total amount is also 50, but dragged down the lane.
Here is a picture of how it looks currently. This isn't that far off reality, but when you start adding stuff instead of just dragging it out, things get a bit off. I can say that in the center at 0 feet, there is 100, this is a number I multiplied into getting, related to the 9.375, but multiplied up to always be 100. On the outmost board with oil there is 80. Now, if you look in the picture I provided, in the Composite Graph, you can see there is 0.2ml of oil in total on the outmost board, while the center board has 0.95ml. 0.95/0.2 is not the same as 100/80. There is my issue in simple words.
Happy for any help!
Last edited: