Hi,
I have a sheet which lists data like the below:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]Column E[/TD]
[TD="align: center"]Column F[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Banana[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Other[/TD]
[TD]Melon[/TD]
[/TR]
[TR]
[TD]Other[/TD]
[TD]Lime[/TD]
[/TR]
[TR]
[TD]Banana[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If column E contains "Other" then the answer is found in column F. What's the best way to look down column E, find "Other", and replace other with the contents of the adjacent cell e.g. Other becomes Melon, and the second instance of Other becomes Lime?
I have a sheet which lists data like the below:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]Column E[/TD]
[TD="align: center"]Column F[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Banana[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Other[/TD]
[TD]Melon[/TD]
[/TR]
[TR]
[TD]Other[/TD]
[TD]Lime[/TD]
[/TR]
[TR]
[TD]Banana[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If column E contains "Other" then the answer is found in column F. What's the best way to look down column E, find "Other", and replace other with the contents of the adjacent cell e.g. Other becomes Melon, and the second instance of Other becomes Lime?