Hello, mates!
I have a weird requirement in the job and haven't been able to figure it out by myself.
I;ve been given a weekly dataset (which needs to be in columns - per business requirements), similar to the table below:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]W1[/TD]
[TD]W2[/TD]
[TD]W3[/TD]
[TD]W4[/TD]
[TD]...[/TD]
[TD]W52[/TD]
[/TR]
[TR]
[TD]Product 1[/TD]
[TD]Bad[/TD]
[TD]Bad[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]...[/TD]
[TD]Good[/TD]
[/TR]
[TR]
[TD]Product 2[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Bad[/TD]
[TD]Good[/TD]
[TD]...[/TD]
[TD]Good[/TD]
[/TR]
</tbody>[/TABLE]
What I'm being prompted to do, is identify the Week on which the status passes from "Bad" to "Good".
On the Product 1 example, the formula is quite simple =MATCH("Good",Range,0)
However, the formula is pulling Week1 for the Product 2 example, where it should be Week 4, as that is the first time the product goes "Good" after being "Bad".
any help?
I have a weird requirement in the job and haven't been able to figure it out by myself.
I;ve been given a weekly dataset (which needs to be in columns - per business requirements), similar to the table below:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]W1[/TD]
[TD]W2[/TD]
[TD]W3[/TD]
[TD]W4[/TD]
[TD]...[/TD]
[TD]W52[/TD]
[/TR]
[TR]
[TD]Product 1[/TD]
[TD]Bad[/TD]
[TD]Bad[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]...[/TD]
[TD]Good[/TD]
[/TR]
[TR]
[TD]Product 2[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Bad[/TD]
[TD]Good[/TD]
[TD]...[/TD]
[TD]Good[/TD]
[/TR]
</tbody>[/TABLE]
What I'm being prompted to do, is identify the Week on which the status passes from "Bad" to "Good".
On the Product 1 example, the formula is quite simple =MATCH("Good",Range,0)
However, the formula is pulling Week1 for the Product 2 example, where it should be Week 4, as that is the first time the product goes "Good" after being "Bad".
any help?