Hi
I regularly use the Excel Functions INDEX() and MATCH() to return values in look up tables from input data. For example:
=INDEX(Array,MATCH(43,Array2,2)+1,2)
I really want to be able to perform this function in VBA in the most efficient way possible. Can anyone give me any tips?
Thanks
I regularly use the Excel Functions INDEX() and MATCH() to return values in look up tables from input data. For example:
=INDEX(Array,MATCH(43,Array2,2)+1,2)
I really want to be able to perform this function in VBA in the most efficient way possible. Can anyone give me any tips?
Thanks