Help

This Product Ideas board is currently undergoing updates, but please continue to submit your ideas.

Array intersect formula

cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Alla_Pob
5 - Automation Enthusiast
5 - Automation Enthusiast

I have 2 tables, and I need a result that shows only inputs that are the same in both tables.
Hence, to compute the intersection of a number of arrays.

array intersect ( array1, array2 [, array#โ€ฆ ] )
Returns an array containing all the values of array1 that are present in all the arguments.

Where:
array1
The array with master values to check.

array2
An array to compare values against.

โ€ฆ
A variable list of arrays to compare.

Any workarounds at this point?

13 Comments
Tom_Kerswill
6 - Interface Innovator
6 - Interface Innovator

This would be a really useful feature, in addition to the ARRAY_DIFF feature request, which I think would be a real gamechanger.

Jon_Shay
5 - Automation Enthusiast
5 - Automation Enthusiast

Bumping this. This feature would be huge. Any progress on this?

Michael_Andrew
7 - App Architect
7 - App Architect

Upvote on this feature