So I'm getting an error with some code and I don't know how to get around it
Range("K" & varOffset).Select
Output = If (ISBLANK(H2), "No", "Yes") <----------Shows up red
ActiveCell.FormulaR1C1 = Output`
How do I make this if statement work?