When I try to run this line of code, I receive VBA error 1004.
Range("K38").Select
ActiveCell.FormulaR1C1 = "=IFERROR(LOOKUP(2, 1/(COUNTIF($K$36:$K37, WIP_Table[Resource Name])=0), WIP_Table[Resource Name]), """")"
The formula for the cell works when input into Excel manually.