I have multiple tables in my base. Following is what I’m attempting to do for a formula type field named {Amount Owed}:
IF({I Owe} > 100, {I Owe} / {percent}, {I Owe})
- {I Owe} is in the table Med Bills
- {percent} resides in Med Bills but is a lookup to another table named Bills which in turn looks up to another table named Discount which is formatted as a percent field
The IF statement above works and displays {I Owe} if it is less than 100, but when the logic really needs to work of > 100, I get #ERROR! result in {Amount Owed}.
My question, can this work as described, I mean using a lookup value in my formula logic?
