Forum Discussion
sw123
2 years agoHelper III
Filtering rows from table based on another table
Hi,
I would like to filter items based on another table. I will try to explain the issue in an simple example.
Table A:
A |
| B |
| C |
| D |
| E |
Table B:
| B |
| D |
| E |
Based on this example, i would like Table A to only show rows A and C, that means the rows, that do not appear in Table B. Can someone help me do that?
Thanx in advance!
EXCEPT('Table A','Table B')
1 Reply
- lbendlinSuper User
EXCEPT('Table A','Table B')