Hi--
I have a list of values in columns, organized by date. I'm trying to return the first instance of a specific value no matter the column it's in:
[TABLE="width: 312"]
<tbody>[TR]
[TD] Date[/TD]
[TD]Box1[/TD]
[TD]Box2[/TD]
[TD]Box3[/TD]
[TD]Box4[/TD]
[TD]Box5[/TD]
[/TR]
[TR]
[TD]10/31/17
[/TD]
[TD]31[/TD]
[TD]53[/TD]
[TD]6[/TD]
[TD]28[/TD]
[TD]52[/TD]
[/TR]
[TR]
[TD]11/03/17[/TD]
[TD]69[/TD]
[TD]10[/TD]
[TD]61[/TD]
[TD]42[/TD]
[TD]22[/TD]
[/TR]
[TR]
[TD]11/07/17[/TD]
[TD]1[/TD]
[TD]68[/TD]
[TD]69[/TD]
[TD]60[/TD]
[TD]54[/TD]
[/TR]
[TR]
[TD]11/10/17[/TD]
[TD]6[/TD]
[TD]38[/TD]
[TD]42[/TD]
[TD]23[/TD]
[TD]69[/TD]
[/TR]
</tbody>[/TABLE]
If I search for the value 69, my result should be 11/03/17 even though the value is in 3 columns.
Thanks for your help, I'm loosing my hair over this.
I have a list of values in columns, organized by date. I'm trying to return the first instance of a specific value no matter the column it's in:
[TABLE="width: 312"]
<tbody>[TR]
[TD] Date[/TD]
[TD]Box1[/TD]
[TD]Box2[/TD]
[TD]Box3[/TD]
[TD]Box4[/TD]
[TD]Box5[/TD]
[/TR]
[TR]
[TD]10/31/17
[/TD]
[TD]31[/TD]
[TD]53[/TD]
[TD]6[/TD]
[TD]28[/TD]
[TD]52[/TD]
[/TR]
[TR]
[TD]11/03/17[/TD]
[TD]69[/TD]
[TD]10[/TD]
[TD]61[/TD]
[TD]42[/TD]
[TD]22[/TD]
[/TR]
[TR]
[TD]11/07/17[/TD]
[TD]1[/TD]
[TD]68[/TD]
[TD]69[/TD]
[TD]60[/TD]
[TD]54[/TD]
[/TR]
[TR]
[TD]11/10/17[/TD]
[TD]6[/TD]
[TD]38[/TD]
[TD]42[/TD]
[TD]23[/TD]
[TD]69[/TD]
[/TR]
</tbody>[/TABLE]
If I search for the value 69, my result should be 11/03/17 even though the value is in 3 columns.
Thanks for your help, I'm loosing my hair over this.
Last edited by a moderator: