I am trying to search data from one column and see if it is in a second column along with the location in that column. I realize I can use the find function line by line but my Lookup_values are in a list of 1200 and the Lookup_array is a list of 22,000. Currently using =MATCH(Lookup_value,Lookup_array),1 and in a third column (I'm calling the Match Column) to show me the location of my lookup value. Can someone please show me a way to create a formula that I can paste in the third column (Match Column) that will allow me to not have to type the formula in each cell in my third column. Please see example below. =MATCH(Completed Units, Total Units:Total units)1
Completed Units Match Total Units
75007407 1 75007407
75015211 3 75015331
75015331 2 75015211
Bookmarks