Forum

looking up each ite...
 
Notifications
Clear all

looking up each item of one column in entire items of other column

2 Posts
1 Users
0 Reactions
105 Views
(@shahram)
Posts: 2
New Member
Topic starter
 

Hi, I have 2 columns. ColumnA and ColumnB. I want to lookup each item of ColumnA in whole ColumnB and if there is any match return "Found". I tried List.Contains({[ColumnB]},[ColumnA]) but it doesn't work since it compares cells in only in the same row.

 
Posted : 27/05/2018 6:02 am
(@shahram)
Posts: 2
New Member
Topic starter
 

I found the answer here;

https://stackoverflow.com/questions/50414941/count-if-or-match-in-another-column-in-same-table

 
Posted : 27/05/2018 9:25 am
Share: