Commit 30f0c0ef authored by GoshaZotov's avatar GoshaZotov Committed by Alexander.Trofimov

fixed bug #32293

parent 7308e14b
......@@ -5266,7 +5266,7 @@ Woorksheet.prototype._RecalculatedFunctions=function(cell,bad,setCellFormat){
res = new AscCommonExcel.cError( AscCommonExcel.cErrorType.bad_reference )
}
if(res){
if( res.type == cElementType.cell){
if( res.type == cElementType.cell || res.type == cElementType.cell3D){
var nF = res.numFormat;
res = res.getValue();
res.numFormat = nF;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment