Hello Guys!
I need little help with my script. It compares A2:A from two Sheets and if match it is copying cell F of one shhet to cell K of the other.
It works fine But...
I want to compare not only A2:A but A2:A and Offset(,3) to Offset(,4)
something like
Kl.Value & Kl.Offset(,3)
to...