We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Excel365 formulas will be null when inserted by Alteryx as string and re-imported

liangcaixia
5 - Atom

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.

 

liangcaixia_0-1651200195570.png

 

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.

liangcaixia_1-1651200460871.png

 

Does there has any suggestions?

5 REPLIES 5
messi007
15 - Aurora
15 - Aurora

@liangcaixia,

 

Could you share a sample data?

My suggestion is implemente the formula in Alteryx instead of having it on Excel.

 

Regards,

IraWatt
17 - Castor
17 - Castor

Hey @liangcaixia,

When I tried to replicate this Alteryx took the result from the formula. Maybe something else which is causing this?

IraWatt_0-1651220480742.png

 

MohithRai
8 - Asteroid

@liangcaixia H,

 

Were you able to solve this issue?

 

Recently I have been facing the same issue. Alteryx workflow reads cell which is calculated using a excel formula as NULL. 

But the weird thing that I observed here is, If the input file is opened and saved manually. Then the workflow is able to read the value.

 

Thanks,

Mohith

Jason_Fenner
6 - Meteoroid

Were you able to resolve this? I'm seeing a similar issue now. 

 

Thanks,

 

Jason

CRashmi
5 - Atom

Getting same issue. Anyone with the answer?

Labels
Top Solution Authors