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

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