I have tried to write the excel formula (like =IF(OR(R2="CNY",R2="KRW",R2="TWD",R2="INR",R2="BRL",R2="THB"),(M2*P2)/L2,M2*P2)) a .XLSX file,
And the cell can calculate the formula and output the correct result in the specific cell.

But my issue is that if I import this file by another Alteryx process, this cell will shown as "[Null]" rather than the correct calculate result.

Does there has any suggestions?