Hello,

I need help in creating VBA which would count cell value not equal to "Open" and "Closed"

Range("D5").Select
    ActiveCell.FormulaR1C1 = "=COUNTSIF(Dump1!C2,""<>Open"",""<>Closed"" )"
What am i missing ?

Thanks,
Shiva