How can I get VBA to perform a vlookup in a range of cells. Right now I have this formulas in cells like below.
Cell A8 = IF(C8>"",VLOOKUP($A$7,'Employee Data'!$B$4:$D$27,2,0),"")
Cell A9 = IF(C9>"",VLOOKUP($A$7,'Employee Data'!$B$4:$D$27,2,0),"")
Cell A10 = IF(C10>"",VLOOKUP($A$7,'Employee...