SOLVED
Data Validation
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
AKHAN
6 - Meteoroid
‎05-05-2021
07:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello, need help in sample workflow for data validation. There are two table in excel Dataset-1 & Dataset-2, need to compare both or validate and produce new output by differences either color code or incorrect values. Attached here is the two data sets.
Solved! Go to Solution.
3 REPLIES 3
17 - Castor
‎05-05-2021
07:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @AKHAN ,
I used the method of transposing the data on each dataset, then joining together on the key fields and the column names.
Then I simply created an if statement to compare the two sets for differences.
Workflow attached.
I hope this helps.
M.
‎05-06-2021
02:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In my earlier workflow I did not use Transpose which increase my workflow. Thanks a lot for suggesting simplifying workflow. Appreciated it.
17 - Castor
‎05-06-2021
02:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
