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

Excel Data Validation

vijaylnyadav
8 - Asteroid

Hi All,

 

I have a scenario for an assignment.

Consider the following sample data,

 

Roll NumberSubjectAmountError
1011Fee Installment23122 
1011Fee Installment12312 
1012Fee Installment 223215 
1012Fee Installment 223215 
1012Fee Installment 223512 

 

Condition:-

For a particular Roll number(column1) for same subject(column2) amount should not be same.

If same amount is encountered for same subject type then error is thrown in an another column name error otherwise success.

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @vijaylnyadav 

 

Here is a workflow for the task. 

Output:

only entries from 2 occurrence are error.

atcodedog05_0-1607590274000.png

all duplicate entries are error.

atcodedog05_1-1607590330873.png

Workflow:

atcodedog05_2-1607590350660.png

 

Hope this helps 🙂 Feel to ask if you have any questions


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

messi007
15 - Aurora
15 - Aurora

@vijaylnyadav,

 

Please see the attached workflow:

 

messi007_0-1607592386555.png

Hope that helps!

 

Regards,

Labels
Top Solution Authors