Try this route instead using Length, I don't think what you currently have will work as there is nothing to say if it is true or false.
IF(
LEN({Cycle Count Override}) = 0,
{Materials Received} - {Materials used Rollup (from Outbound)},
{Cycle Count Override}
)