The below formula links to an empty cell which is only populated once a macro is run.
=SUMPRODUCT(--('Failures-Data'!$C$2:$C$1000=$C$2),--('Failures-Data'!$B$2:$B$1000=$N$5))
When the macro runs the formula changes to:
=SUMPRODUCT(--('Failures-Data'!#REF!=$C$2),--('Failures-Data'!#REF!=$N$5))
How do I go about stopping the formula from changing?
=SUMPRODUCT(--('Failures-Data'!$C$2:$C$1000=$C$2),--('Failures-Data'!$B$2:$B$1000=$N$5))
When the macro runs the formula changes to:
=SUMPRODUCT(--('Failures-Data'!#REF!=$C$2),--('Failures-Data'!#REF!=$N$5))
How do I go about stopping the formula from changing?