Hi,
I am trying to do a workflow to convert my excel spreadsheet below to Alteryx workflow. I was able to recreate Col A-L right now.
I am not sure on how will I do an @IFERROR in Alteryx so I can do column M,N and O.
Thank you in Advance!
Solved! Go to Solution.
Hi @Virgie0113 ,
Try having a look at the following two posts. Maybe one of them answers your question?
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/IFERROR-formula/td-p/534725
https://community.alteryx.com/t5/Dev-Space/ifError-formula-simplified/td-p/797768
Cheers,
Angelos
This is the excel formula I am trying to do in Alteryx
=@IFERROR(IFS($I4="BBE",$H4,$I4="BBC","",$I4="Mixed",$H4*K4),"")
Hi @Virgie0113 ,
If you could post the spreadsheet rather than a picture, and let us know what you're trying to do we will be able to help.
M.
Hi @Virgie0113 ,
These are simply nested if functions.
I've built the calculations for you in the attached workflow:
I hope this helps,
M.
Thank you! this is really helpful!