Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Convert Excel formulas to Alteryx

mylar
6 - Meteoroid

Hi there,

Could someone help me to convert the following excel formulas to Alteryx language, please?

I don't know how to use function "or" and "search"

 

=IF(SO Unshpble Rsn<>"",IF(ISNUMBER(SEARCH("CC",SO Unshpble Rsn)),Zona&"Dates",IF(ISNUMBER(SEARCH("Cx",SO Unshpble Rsn)),Zona&"Dates",IF(ISNUMBER(SEARCH("CR",SO Unshpble Rsn)),Zona&"Credit",IF(ISNUMBER(SEARCH("DH",SO Unshpble Rsn)),Zona&"HBlock",IF(ISNUMBER(SEARCH("DL",SO Unshpble Rsn)),Zona&"LBlock",IF(ISNUMBER(SEARCH("MS",SO Unshpble Rsn)),Zona&"Duplicate Size",IF(ISNUMBER(SEARCH("AC",SO Unshpble Rsn)),Zona&"Aging Contract",IF(ISNUMBER(SEARCH("IN",SO Unshpble Rsn)),Zona&"Incomplete","")))))))),"")

 

And:

 

=IF(Rsv+Fix>0,IF(Credit Stat="B","Credit",IF((Block&Line)<>"","Block",IF(OR(Launch ID="C",Launch ID="D",Launch ID="L"),"Initiative","Free"))),"")

 

 

Thanks!

1 REPLY 1
Luke_C
17 - Castor
17 - Castor

Hi @mylar 

 

Are you able to provide any sample data? These are complex formulas so having data to test them on will be helpful.

Labels
Top Solution Authors