Hi all,
I have two rows:
- A date row
- A value row
I would like to retrieve a date where the corresponding 'value' is 0. However, it is possible that the first 3 values are 0, then 50, 30 and then 0 again. The formula should always return the date when a 0 follows after values > 0.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Dates[/TD]
[TD]1/1/2017[/TD]
[TD]2/1/2017[/TD]
[TD]3/1/2017[/TD]
[TD]4/1/2017[/TD]
[TD]5/1/2017[/TD]
[TD]6/1/2017[/TD]
[TD]7/1/2017[/TD]
[TD]8/1/2017[/TD]
[/TR]
[TR]
[TD]Values[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]50[/TD]
[TD]30[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In the table above, the formula should return 6/1/2017. It is the first date that corresponds to value 0, following after some other positive values.
If someone could enlighten me with new formulas that would be awesome !
I have two rows:
- A date row
- A value row
I would like to retrieve a date where the corresponding 'value' is 0. However, it is possible that the first 3 values are 0, then 50, 30 and then 0 again. The formula should always return the date when a 0 follows after values > 0.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Dates[/TD]
[TD]1/1/2017[/TD]
[TD]2/1/2017[/TD]
[TD]3/1/2017[/TD]
[TD]4/1/2017[/TD]
[TD]5/1/2017[/TD]
[TD]6/1/2017[/TD]
[TD]7/1/2017[/TD]
[TD]8/1/2017[/TD]
[/TR]
[TR]
[TD]Values[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]50[/TD]
[TD]30[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In the table above, the formula should return 6/1/2017. It is the first date that corresponds to value 0, following after some other positive values.
If someone could enlighten me with new formulas that would be awesome !