Discussion Overview
The discussion revolves around comparing two lists of patients in a spreadsheet to identify exceptions, specifically those who are missing from each list. Participants explore various methods and functions available in spreadsheet software, particularly OpenOffice Calc and Excel, to automate this comparison process.
Discussion Character
- Technical explanation
- Mathematical reasoning
- Debate/contested
Main Points Raised
- One participant describes the need to compare two non-normalized lists of patients, highlighting the complexity due to differing formats.
- Another suggests using the VLOOKUP function as a potential solution for finding matches between the lists.
- Some participants argue that the MATCH function may be a better option than VLOOKUP, especially when set to match exact values.
- A participant mentions the challenge of dealing with unique identifiers that have different formats, such as insurance numbers with prefixes.
- There are discussions about the importance of ensuring that data types (text vs. numbers) are consistent when using functions like MATCH.
- One participant proposes using a scripting language or database for more complex data handling instead of relying solely on spreadsheet functions.
- Concerns are raised about the limitations of OpenOffice Calc compared to Excel, particularly in handling edge cases.
Areas of Agreement / Disagreement
Participants express varying opinions on the best approach to take, with no consensus on a single method or function. Some advocate for VLOOKUP, while others prefer MATCH, and there are differing views on the use of scripting languages versus spreadsheet software.
Contextual Notes
Participants note that the lists are not normalized, which complicates the comparison. There are also unresolved issues regarding data formatting and the potential need for additional functions to manipulate the data correctly.