donkey shrek
New Member
- Joined
- Nov 15, 2022
- Messages
- 26
- Office Version
- 365
- Platform
- Windows
I'm trying to check each list if any of its content matches any other lists' contents, and then flag them if found
e.g. for each List in Time
if List.ContainsAny(Current List, Any List from time column)
then flag
repeat for all lists in Time column
e.g. for each List in Time
if List.ContainsAny(Current List, Any List from time column)
then flag
repeat for all lists in Time column
Last edited: