Alteryx Designer Desktop Discussions

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

Finding largest value from three columns group

Vicky92
7 - Meteor

Hi Team,

 

I have three columns of data, I have to select second largest number from three fields available. In nutshell, I have to use the above  excel formula which is as follows " =IFERROR(LARGE(C3:E3,2),"-")"

 

Vicky92_0-1603384935626.png

 

Can you please help me with the correct tool to be used. Sheet attached for reference purpose.

7 REPLIES 7
atcodedog05
22 - Nova
22 - Nova

Hi @Vicky92 

 

In the expected output is the formula already applied? If yes for SL No 2 how is 62 largest ?

Vicky92
7 - Meteor

Please read the my post it clearly says second largest number from three fields. If it not clear yet, I repeat need second largest number from three fields in a row.

morr-co
10 - Fireball

Hi @Vicky92 - I believe the attached workflow will give you what you need. Let me know if you have questions.

atcodedog05
22 - Nova
22 - Nova

Hi @Vicky92 

 

Here is a workflow for the task. Its consider 2nd largest

 

Output:

atcodedog05_0-1603388107201.png

Workflow:

atcodedog05_1-1603388129927.png

Hope this helps 🙂

 

however getting into the format you have is getting really challenging i am trying my best.


If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @Vicky92 

 

Here is a workflow which gets you output in desired format.

 

Output:

atcodedog05_0-1603389928703.png

Workflow:

atcodedog05_1-1603389959268.png

 

Hope this helps 🙂


If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

 

RobertOdera
13 - Pulsar

Hi, @Vicky92 

 

I stepped through this for you.

I hope you find it helpful. Cheers.

 

RobertOdera_0-1603494201303.png

 

The packaged workbook with your input file is attached.

RobertOdera
13 - Pulsar

Thanks for the response @Vicky92 

Please let me know if there anything else. Cheers!

Labels