Stew,
That worked (after I changed IFF to IIF). I now need to combine the two examples I gave, so it will be like:
if
test A = true, display "OH",
elseif
test B = true, display "COST",
else
display " "
I will work on it, but if you know how right away, I will appreciate a pointer also...