I have the following formula:
=VLOOKUP(VLOOKUP(A1,[Clients]Sales!$B$1:$C$6,2,0),[Ledger]Sheet1!$G$1:$H$6,2,0)
that is working but I have over 100k lines of data and it is taking a few minutes to extract all the results.
Can it be speeded up?
Is VBA the quickest option?