Sub Shellys28()
' hiker95, 12/19/2017, ME1035831
Dim Addr As String
Addr = "G1:G" & Cells(Rows.Count, "G").End(xlUp).Row
Range(Addr) = Evaluate(Replace("IF(@="""","""",IF(@=""Yes"",""#N/A"",@))", "@", Addr))
On Error GoTo NoDeletes
Columns("G").SpecialCells(xlConstants, xlErrors).EntireRow.Delete
NoDeletes:
End Sub