Is it possible to use @if with alpha characters for the condition?
Example, x is the condition: @IF(D8=x,0,1) returns ERR.
Works with numerals, 9 is the condition: (@IF(D8=9,0,1) but if I try with x I get ERR.
Ideas or other function instead of @if?
John