Free Trial

Alteryx Designer Desktop Discussions

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

@IFERROR Formula in Alteryx

Virgie0113
7 - Meteor

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.  

 

Virgie0113_0-1636664264284.png

 

 

Thank you in Advance!

7 REPLIES 7
AngelosPachis
16 - Nebula
PangHC
12 - Quasar

try switch function. 
Conditional Functions | Alteryx Help

Pang_Hee_Choy_0-1636688213818.png

 

Virgie0113
7 - Meteor

This is the excel formula I am trying to do in Alteryx

 =@IFERROR(IFS($I4="BBE",$H4,$I4="BBC","",$I4="Mixed",$H4*K4),"")

mceleavey
17 - Castor
17 - Castor

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.



Bulien

Virgie0113
7 - Meteor

Hi,

 

Attached is the excel spreadsheet I am trying to convert to Alteryx.  I I was able to figure out Col A-L.

I am trying to figure out how to convert the formulas in column M,N and O in Alteryx. =@IFERROR(IFS($I157="BBC",$H157,$I157="BBE","",$I157="Mixed",$H157*J157),"")

 

Thanks!

 

mceleavey
17 - Castor
17 - Castor

Hi @Virgie0113 ,

 

These are simply nested if functions.

I've built the calculations for you in the attached workflow:

 

mceleavey_0-1636735706656.png

 

mceleavey_1-1636735749275.png

 

 

I hope this helps,

 

M.



Bulien

Virgie0113
7 - Meteor

Thank you! this is really helpful!

Labels
Top Solution Authors