Forum Discussion
Larry1921
Oct 20, 2020Copper Contributor
VLOOKUP
I am not yet familiar with the VLOOKUP function. I want to create a formula where it will reference something in Column A (Alphanumeric field) and several lines in Column A have the same number. Af...
Riny_van_Eekelen
Oct 21, 2020Platinum Contributor
Larry1921 Another variant, in case your Excel version recognises the FILTER function.
=FILTER(D6:D16,(A6:A16=N18)*(C6:C16=N19),"None")
Larry1921
Oct 23, 2020Copper Contributor
Thanks