Hi,
I'm looking for some help please to create an equation that will count the number of days since a minimum value has been reached.
I have a list of names in a pivot table that produces a data point of top speed reached each day. I would like to be able to count the number of days it has been since each individual has reached their individual top speed value.
Please note that this is not to be an accumulation of of day 1 + day 2 etc, each day they essentially start from 0.
I've made a table below to try to illustrate what I'm working with. I'd like Days since value to produce the result in red if possible, based on today being 31/10.
Thanks in advance!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Days
Since
Value[/TD]
[TD]Name[/TD]
[TD]Top Speed
Threshold[/TD]
[TD]31/10[/TD]
[TD]30/10[/TD]
[TD]29/10[/TD]
[TD]28/10[/TD]
[TD]27/10[/TD]
[TD]26/10[/TD]
[TD]25/10[/TD]
[/TR]
[TR]
[TD]0
[/TD]
[TD]A[/TD]
[TD]29[/TD]
[TD]29.1[/TD]
[TD]24[/TD]
[TD]23[/TD]
[TD]27[/TD]
[TD]28[/TD]
[TD]29.3[/TD]
[TD]21[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]B[/TD]
[TD]30[/TD]
[TD]22[/TD]
[TD]23[/TD]
[TD]24[/TD]
[TD]27[/TD]
[TD]26[/TD]
[TD]30.2[/TD]
[TD]22[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]C[/TD]
[TD]27[/TD]
[TD]27[/TD]
[TD]20[/TD]
[TD]18[/TD]
[TD]16[/TD]
[TD]27[/TD]
[TD]22[/TD]
[TD]26[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]D[/TD]
[TD]28[/TD]
[TD]21[/TD]
[TD]28.2[/TD]
[TD]23[/TD]
[TD]28.2[/TD]
[TD]22[/TD]
[TD]17[/TD]
[TD]18[/TD]
[/TR]
</tbody>[/TABLE]
I'm looking for some help please to create an equation that will count the number of days since a minimum value has been reached.
I have a list of names in a pivot table that produces a data point of top speed reached each day. I would like to be able to count the number of days it has been since each individual has reached their individual top speed value.
Please note that this is not to be an accumulation of of day 1 + day 2 etc, each day they essentially start from 0.
I've made a table below to try to illustrate what I'm working with. I'd like Days since value to produce the result in red if possible, based on today being 31/10.
Thanks in advance!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Days
Since
Value[/TD]
[TD]Name[/TD]
[TD]Top Speed
Threshold[/TD]
[TD]31/10[/TD]
[TD]30/10[/TD]
[TD]29/10[/TD]
[TD]28/10[/TD]
[TD]27/10[/TD]
[TD]26/10[/TD]
[TD]25/10[/TD]
[/TR]
[TR]
[TD]0
[/TD]
[TD]A[/TD]
[TD]29[/TD]
[TD]29.1[/TD]
[TD]24[/TD]
[TD]23[/TD]
[TD]27[/TD]
[TD]28[/TD]
[TD]29.3[/TD]
[TD]21[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]B[/TD]
[TD]30[/TD]
[TD]22[/TD]
[TD]23[/TD]
[TD]24[/TD]
[TD]27[/TD]
[TD]26[/TD]
[TD]30.2[/TD]
[TD]22[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]C[/TD]
[TD]27[/TD]
[TD]27[/TD]
[TD]20[/TD]
[TD]18[/TD]
[TD]16[/TD]
[TD]27[/TD]
[TD]22[/TD]
[TD]26[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]D[/TD]
[TD]28[/TD]
[TD]21[/TD]
[TD]28.2[/TD]
[TD]23[/TD]
[TD]28.2[/TD]
[TD]22[/TD]
[TD]17[/TD]
[TD]18[/TD]
[/TR]
</tbody>[/TABLE]