It was fun applying my technical knowledge to real-life control that we will likely see in the workplace. I used Alteryx to complete this challenge.
General Process
I ended up tweaking small things for all three tabs but the basic format for each one was: Start off by finding the duplicates using a unique tool. Following it was a multi-row formula that subtracted the previous field from the current field. This generated a new field that would be “-1” if no row was skipped. Filtering that out gave me a list of skipped numbers+1. I then created a basic formula that subtracted the tab number to generate a list of the actual numbers that were skipped.
Unique things for each tab
Tab 1- This turned out to be pretty basic and used the format described above.
Tab 2- While finding duplicates and missing values I needed to filter out nulls. Additionally, I used a sample tool to take off the first record as, due to the limitations of my method, the first record was simply the first record of the data.
Tab 3- I needed to change the data type as well as sort the data to be ascending like the other data.
Results
Tab 1- Duplicates- None
Missing values- 3048, 4023, 12649, 36386
Tab 2- Duplicates- 4489, 13071, 39789
Missing Values- 10958, 11174, 41345, 45080
Tab 3- Duplicates- 368255, 541002, 541002, 66870, 66870
Missing Values- 65895, 517922
I’ll share my flow below as well.