You're going to have to do some detective work to figure out what's going wrong, because I can't figure it out from here.
Try building up the formula in stages. To start, type (don't paste) this into cell G3:
="Show"
Does that work? If so, change cell G3 to this:
=IF(TRUE, "Hide", "Show")
Does that work? If so, change cell G3 to this:
=IF([@[Vertex 1]]=[@[Vertex 2]], "Hide", "Show")
Does that work? If so, you're done.
-- Tony
Try building up the formula in stages. To start, type (don't paste) this into cell G3:
="Show"
Does that work? If so, change cell G3 to this:
=IF(TRUE, "Hide", "Show")
Does that work? If so, change cell G3 to this:
=IF([@[Vertex 1]]=[@[Vertex 2]], "Hide", "Show")
Does that work? If so, you're done.
-- Tony