I'm not sure I fully understand, not having used Lotus. But if you are
just trying to have a cell value populated under several conditions (if
x is true, make the cell value this, if x is not true, make the cell
value that), the format is:
IF(condition to test,value if true, value if false)