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

Alteryx Designer Desktop Discussions

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

Adding Column in a Excel sheet whoes input has n no of Column

TajuddinTaji
5 - Atom

I am trying to put a formula where I need to multiply 1 column value which is fixed to other column value, here the input no of column (other column) keeps on changing.

TajuddinTaji_0-1641213899987.png

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @TajuddinTaji 

 

You can use a multi-field formula tool for this.

 

Workflow:

atcodedog05_0-1641225982847.png

 

Resource link : https://community.alteryx.com/t5/Interactive-Lessons/Multi-Field-Formulas/ta-p/424422 

 

Hope this helps : )

 

Kenda
16 - Nebula
16 - Nebula

Hi @TajuddinTaji 

 

The key here will be the Multi-Field Formula tool!

 

Use an expression like the following to update each Col field: 

[Value]*[_CurrentField_]

 

Kenda_0-1641222112284.png

 

TajuddinTaji
5 - Atom

Super thanks, it works

Labels
Top Solution Authors