Hi,
I have the sheet bellow:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Value[/TD]
[TD]Indication[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]50[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]50[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Cherries[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Cherries[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]45[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]45[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]45[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
And I want the following result:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Value[/TD]
[TD]Indication[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]50[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]50[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]Cherries[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Cherries[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]45[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]45[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]45[/TD]
[TD]TRUE[/TD]
[/TR]
</tbody>[/TABLE]
To fill the column C with value found only on first product but only if the value is a specific text, in this case "TRUE".
Can I do this with a formula?
Thank you!
I have the sheet bellow:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Value[/TD]
[TD]Indication[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]50[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]50[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Cherries[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Cherries[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]45[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]45[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]45[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
And I want the following result:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Value[/TD]
[TD]Indication[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]50[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]50[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]Cherries[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Cherries[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]45[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]45[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]45[/TD]
[TD]TRUE[/TD]
[/TR]
</tbody>[/TABLE]
To fill the column C with value found only on first product but only if the value is a specific text, in this case "TRUE".
Can I do this with a formula?
Thank you!