After spending the last 2 hours reviewing here and trying different solutions, I’ve decided to post my challenge.
Situation:
I have 2 Tables - 1-People, which has all contacts (customers and our employees), 2-Tasks.
People Table has 2 columns “Name” and “Company”- Task Table has 2 as well - “Task” and “Owner”
Goal: Is to have “Owner” be a Select list created from only those individuals in the People table have Company = “My Company”
I’ve tried several solutions for similar questions in posts here but I get one of two outcomes.
Either the Tasks->Owner column gets filled with “false”
The column gets filled with all the names where the condition is met rather than providing a Select list of just those names where Company = “My Company”.
I’ve tried making the Column a Lookup with formulas as well as starting with it as a Select column with various formulas.
I’m trying to create in the Tasks table Owner column a “Select from list” dropdown that only shows people who’s Company in the People table matches “My Company”. So in the example, the list to select the Task owner would only show and allow me select either Ringo or Tina as the Owner of that Task (John, Paul, Mary and Bobbi would not show up in the list)
Big picture, I’m trying to build a project management system that works for my business. I want to have only one People table that has both customers, prospects and employees of my company in it. But in the Tasks table Owner column only have employees of the company be able to be assigned as Owner of a Task rather than showing everyone in the People table.
Ok … Well, I was going to type an answer but it seems like someone already gave a solution (see the second page in your sample ) but I have no idea who …
To the kind stranger (Anonymous Isosceles): Thank you !
Just in case, here are few explanations
To do what you want to do using a lookup field you don’t need to add a formula to that field but a Custom filter (which acts on the selectable options of your lookups) in Lookup options → Item settings → Custom Filter → Company contains My Company
Using a Select list instead of a lookup field, you could have used the formula you wrote for your lookup in Select list options → Selectable items