Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

General Discussions

Discuss any topics that are not product-specific here.

Replicate Excel Formula

Lizbhernan
8 - Asteroid

I am still building my first workflow and I am wondering how this formula can be replicated

 

 =[@[Eligible Hours]]*[@[Vacation Exclusion]]*IFNA(VLOOKUP([@[CO '#]]&[@[EPE'#]],Eligibility,@COLUMN(Eligibility[H&W (T/F)]),FALSE), TRUE)

 

I would really appreciate any help with this

2 REPLIES 2
cjaneczko
13 - Pulsar

Use the join tool on your first table and your Eligibility Table. Join on CO# and EPE#. After the join, Union the J anchor with the L anchor. Add a formula tool after that to calculate your Hours times Exclusion using an IF formula to replace any Null values from the union.

Qiu
21 - Polaris
21 - Polaris

@Lizbhernan 

Welcome to the world of Analytic😁
Better to have a sample set data of input and  output. 

Labels
Top Solution Authors