I have three columns. Only one cell in column A will have a value, which will be "Active". Column B is locations. In column C I'm trying to get anything that at or below the "Active" indicator to populate as "Down" and anything above the "Active" marker to populate as "Up".
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Minn[/TD]
[TD]Up[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Lars[/TD]
[TD]Up[/TD]
[/TR]
[TR]
[TD]Active[/TD]
[TD]X5[/TD]
[TD]Down[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Lars_1[/TD]
[TD]Down[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Y2[/TD]
[TD]Down[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Z6[/TD]
[TD]Down[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Minn[/TD]
[TD]Up[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Lars[/TD]
[TD]Up[/TD]
[/TR]
[TR]
[TD]Active[/TD]
[TD]X5[/TD]
[TD]Down[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Lars_1[/TD]
[TD]Down[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Y2[/TD]
[TD]Down[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Z6[/TD]
[TD]Down[/TD]
[/TR]
</tbody>[/TABLE]