I’m looking for a “filter out” formula, or a “subtract” formula to help me track outstanding items in lookup select lists. I must be missing something!
Imagine I’m renovating a house. I have three tables:
Rooms
Types of work
Jobs to do
This means that I can I have a room that needs painting and decorating. Then I can create a job to paint the room. When I complete that job, I want to be shown that the room still needs decorating!
How do I show the “Work Still To Do” in the Rooms table below?
Is that you’re looking for ?
If yes, the formula put in Rooms database will filter the data from the Jobs data base where the room are the same as current row, and with job uncomplete.
Unfortunately, I’m not looking for a list of “Jobs”. I’m actually looking for a list of “Work To Do”. I’m looking to see what work is left in each room.
If we haven’t created a Job for the work yet, then we wouldn’t be able to know what work still needs to be done in each room.
So in my mind, put super simply, the logic in the Rooms table might go something like this:
Work To Do:Paint, Decorate Work Done:Paint Work Still To Do: Work To Do - Work Done = Decorate
Is there a formula that I can use to solve this? A .FilterOut formula I suppose would be perfect…