I am in need of help for VBA code to paste a formula that I will have copied into the clipboard into empty cells only of a range of cells.
Example, my formula is:
=IF(ISNA(VLOOKUP(F100,gpcucndata,3,FALSE)),"",IF(VLOOKUP(F100,gpcucndata,3,FALSE)=0,"",VLOOKUP(F100,gpcucndata,3,FALSE)))
I need to...