I can enter the following formula just fine:
=STDEV(IF(A1:A40000<=E3,IF(A1:A40000>E4,C1:C40000)))
But when I try to enter it as follows ("lt" stands for the less-than symbol):
=STDEV(IF(E4 lt A1:A40000,IF(A1:A40000<=E3,C1:C40000)))
the GUI mangles the formula, truncating it to "=STDEV(IF(E4".
That happens even when the formula is wrapped with CODE tags.
How can I type the less-than symbol in that context without the line being mangled?
I tried put spaces around the less-than symbol, to no avail.
=STDEV(IF(A1:A40000<=E3,IF(A1:A40000>E4,C1:C40000)))
But when I try to enter it as follows ("lt" stands for the less-than symbol):
=STDEV(IF(E4 lt A1:A40000,IF(A1:A40000<=E3,C1:C40000)))
the GUI mangles the formula, truncating it to "=STDEV(IF(E4".
That happens even when the formula is wrapped with CODE tags.
How can I type the less-than symbol in that context without the line being mangled?
I tried put spaces around the less-than symbol, to no avail.