Hi.
I have trouble with function
IF(ISERROR(D6/B5),0,(D6/D5))
Calc says me that there are Err:508.
And in case IF(ISERROR(D6/B5);0;(D6/D5)) pushing 0 an all input data.
I can`t user IFERROR becouse APACHE poi (3.14) export crashes on it.
Please, Help me.