Comparing Data
This is kind of a 2 part question.
For background:
We provided education-related funding to employees. The request and payment are 2 separate steps, there is no transaction ID. Only thing tying the 2 reports are names and dollar amounts (amounts are not necessarily the same though).
- Is there something I can use in smartsheet that I can setup and sort of "dump" the data to flag any duplicates or discrepancies? I have used Vlookup but it has presented a lot of problems doing it this way, time consuming and since not everyone on my team is good with excel I'd rather find an easier solution to this.
- We use Workday, is there an easier way I might be able to use Workday to upload the information into SmartSheet? Currently, I have to download the reports and filter.
I realize the easiest solution would most likely be adding a transaction ID but that is easier said than done. Trying to find an easier way to find the data I need.
Answers
-
If a small set of employees: Build a report that shows all employees grouped by name. Live data, easy to visually reference (no excel knowledge needed) and easy to build and edit.
If a large set of employees: build out a system that flags duplicates with checkboxes
helper col 1 =JOIN(name reference@row, $ reference @ row)
helper col 2 (checkbox) =COUNTIF([Helper Col 1]:[Helper Col 1], [Helper Col 1]) >1, 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!