Hi all I have a formula which works with a validation data box to automatically populate col G,H,I,K and M with data from another sheet how possible is to get this formula into a vba format.
Thanks
K
Code:
=IFERROR(IF(VLOOKUP(A2,DATALIST,2,FALSE)="","",VLOOKUP(A2,DATALIST,2,FALSE)),"")
Thanks
K