Forum Discussion
gberrocal
Nov 15, 2021Copper Contributor
Need help with formula
Hello I am trying to find a way to loop through a column and return the row number. Below I am taking A2 and trying to see if it matches anything in column I. If it does return that exact row number ...
HansVogelaar
Nov 15, 2021MVP
=VLOOKUP(A2,$I:$M,5,FALSE)