Hi, I am new to using Alteryx and have been stuck on this for hours, how would I transform this formula into an Alteryx workflow?
Please help me
Appreciate the support!
Solved! Go to Solution.
@Metadata21
Your Excel file would be really helpful if you could share.
Hey @Metadata21,
Cant exactly see the formula in the screenshot but VLookups are essentially Joins in Alteryx. The only difference being Alteryx will join on every record where as Vlook ups join on the first record which matches only. I've attached the example join workflow. If you have any further questions make sure to ask.
HTH,
Ira
Hey @Metadata21,
Would you be able to share the excel file with the data (or dummy data) with the formula? I cant copy the data from a screenshot.
Hi - now attached
now attached with excel file - basically i would need to create a new column with each of the formulas included within the cells
Hi @Metadata21
The excel formula can be replicated with a Join tool. I explain below the schematics so that you can try again in Alteryx. Basically you want to achieve the results of nested ifs.
First, let's analyze the Excel formula to see what the logic tree looks like:
To implement it in Alteryx:
hope this helps.
Cheers,
Dawn.
Hi Dawn can you show me how this would look in alteryx as i am so confused :-(
Hi @Metadata21
I am not sure what your use case is. What I observe is that your data consists of (i) columns which are "value only" and (ii) columns which are dependent on other columns. So the values are not correct for all the rows because from column CA onwards, there are only 5 rows of records.
Without loss of generality, I attached here the results for the first 5 rows.
It is a good practice to separate "data" vs. "intermediate values". However, in this case, they are commingled, which makes it impossible to trace and also not possible to generate the full data set for all the rows without also updating the values in the other "dependent" columns.
Aside from just trying to "Solve", I think you will find it very helpful to check out the "Interactive Lessons" and get your skills honed with smaller sets of data first.
Cheers,
Dawn.