We have two tables including "Available groups = A" and "The student is added to groups = C" . C table is filled with specific Lead. For example: Lead is added to the 1 and 2 groups, next time, when we add THE lead to the C table -> We SHOULD ONLY ADD THE LEAD TO THE 3 AND 4 GROUPS.
What kind of function should we use to solve this?
Solved! Go to Solution.
@Islom wrote:What kind of function should we use to solve this?
NOT( IN([LEAD], GroupC[LEAD]) )
Or
IN([LEAD], GroupC[LEAD]=FALSE
@Islom wrote:What kind of function should we use to solve this?
Thanks! Steve It works!
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |