Hey All,
Been working on this for a while and couldn't figure it out, tried offset, and Match/INDEX. I still cant get around the issue of the range not being a consistent nth row.[TABLE="width: 500"]
<tbody>[TR]
[TD]10:00[/TD]
[TD]100%[/TD]
[/TR]
[TR]
[TD]10:01[/TD]
[TD]95%[/TD]
[/TR]
[TR]
[TD]10:02[/TD]
[TD]100%[/TD]
[/TR]
[TR]
[TD]10:03[/TD]
[TD]95%[/TD]
[/TR]
[TR]
[TD]10:04[/TD]
[TD]92%[/TD]
[/TR]
</tbody>[/TABLE]
As the above table illustrates the range does not hold a pattern of every nth row.I need to create a moving "anchor" to say "from each 100% find min until the next 100%.
Thanks!
Been working on this for a while and couldn't figure it out, tried offset, and Match/INDEX. I still cant get around the issue of the range not being a consistent nth row.[TABLE="width: 500"]
<tbody>[TR]
[TD]10:00[/TD]
[TD]100%[/TD]
[/TR]
[TR]
[TD]10:01[/TD]
[TD]95%[/TD]
[/TR]
[TR]
[TD]10:02[/TD]
[TD]100%[/TD]
[/TR]
[TR]
[TD]10:03[/TD]
[TD]95%[/TD]
[/TR]
[TR]
[TD]10:04[/TD]
[TD]92%[/TD]
[/TR]
</tbody>[/TABLE]
As the above table illustrates the range does not hold a pattern of every nth row.I need to create a moving "anchor" to say "from each 100% find min until the next 100%.
Thanks!