Hi,
I have two sheets in a workbook containing over 20,000 rows in each. On both sheets in Column A they share a common reference on a majortiy on the rows. Sheets 1 Column A contains the ref, Column M and N contain numbers. Sheet 2 column A contains the ref and column L and M contain the numbers. In my code i have a formula as per the below so i can sum the difference of the two number columns for each matching ref.
Sheet2
=L2-vlookup(a2,Sheets1!A:N,13,0)
=M2-vlookup(a2,Sheets1!A:N,14,0)
This take ages to run though so was hoping someone may have a faster but if code i can use
Thanks in advance
Blunder
I have two sheets in a workbook containing over 20,000 rows in each. On both sheets in Column A they share a common reference on a majortiy on the rows. Sheets 1 Column A contains the ref, Column M and N contain numbers. Sheet 2 column A contains the ref and column L and M contain the numbers. In my code i have a formula as per the below so i can sum the difference of the two number columns for each matching ref.
Sheet2
=L2-vlookup(a2,Sheets1!A:N,13,0)
=M2-vlookup(a2,Sheets1!A:N,14,0)
This take ages to run though so was hoping someone may have a faster but if code i can use
Thanks in advance
Blunder