Forum Discussion
learningexcel
Jun 29, 2019Copper Contributor
Limitations Of VLOOKUP!
Hi all, just learnt the correct ways of applying the Vlookup. Applied it to a set of data, just to practice and check the authenticity and cross verify. Feel that the function is not working fine...
PeterBartholomew1
Jul 01, 2019Silver Contributor
Something that will be good once it comes out is the formula
= FILTER( Table1[value], Table1[ID]=targetID )
which will return the [value] column of Table1 where the [ID] matches the target value.