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.
SOLVED

Data Transformation,Adding formula based columns in Alteryx

SurbhiMittal
7 - Meteor

 

Hi Team,

 

Please refer to the attached excel file.

 

Following are the objectives of the current problem.

 

Column A:Classification should be formula based.If the account i.e."Column C" contains the term "Service",then it should provide the output in "Classification" column A as "Service".And if the" Service" word in not there in the Account column,it should be considered as "Software".

 

Please go through the formulas in Columns K,L,M,N,O.I want to replicate these formulas in Alteryx so that I can get the same results.

 

 

1 REPLY 1
Raj
16 - Nebula

use this formula for Column A : if Contains([Account],"Services") then "Services" else "software" endif

Labels
Top Solution Authors