Hi,

This formula has the word 'ISERROR'. Is this a system code ID? Does this mean if the division caused error, then give 0 or do the division accordingly?

=IF(ISERROR(AF7/S7),0,AF7/S7)

Thanks.