Forum Discussion
Hannes_8
Oct 07, 2020Copper Contributor
How to search for data independently from sorting
Hello Community, do you have any any ideas how I can get the same data from sheet 1 to sheet 2 even when I apply the sort function in sheet 2 ? E.g. I need the value of Item X from sheet 2 in sh...
- Oct 07, 2020
Add FALSE as 4th argument:
=VLOOKUP(E4,Tabelle2!I:K,3,FALSE)
=SVERWEIS(E4;Tabelle2!I:K;3;FALSCH)
HansVogelaar
Oct 07, 2020MVP
Add FALSE as 4th argument:
=VLOOKUP(E4,Tabelle2!I:K,3,FALSE)
=SVERWEIS(E4;Tabelle2!I:K;3;FALSCH)