Forum Discussion

*SUGGESTIONS* Function for Dictionary-Like Tables / Invert Filter selection

More often than most things, we index-match Key-Value pairs. Now if the key-value pairs are in a Table, INDEX-MATCH looks really nice:

Table1:

 

KeyValue
1Panagiotis
2Nikos
4Kostas

 

dataKeyformula
12351341=index(Table1[Value];match([@[Key]];Table1[Key];0))
123412344

=index(Table1[Value];match([@[Key]];Table1[Key];0))

 

While that syntax is nice, it can get better: 
FROM(Table1, "Value", "Key", [@[Key]]) ! 
How cool is that?

 

**
Also, add the option to invert filter selection. You added that in Windows Explorer, is it not the right time for the Excel too?

Resources