Can someone help me with this?
I need results to be a green down arrow when A is smaller that C
A&C are equal... a yellow sideways arrow
A is bigger than C ... a red up arrow
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]50[/TD]
[TD]result would be a green down arrow[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]result would be a yellow side ways arrow[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]result would be a red up arrow[/TD]
[TD]50[/TD]
[/TR]
</tbody>[/TABLE]
Thanks a million!
Julie
I need results to be a green down arrow when A is smaller that C
A&C are equal... a yellow sideways arrow
A is bigger than C ... a red up arrow
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]50[/TD]
[TD]result would be a green down arrow[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]result would be a yellow side ways arrow[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]result would be a red up arrow[/TD]
[TD]50[/TD]
[/TR]
</tbody>[/TABLE]
Thanks a million!
Julie