Kimberlee MartinDec 28, 20225 min readConnections: Importing CSV Data from your Software Package into ExcelUse Excel tools to report and analyze data in your software package. This post examines the process of importing a CSV or TXT file.
Kimberlee MartinDec 22, 20223 min readUsing Access to Clean Excel Data, Part 5I’ve been covering the use of Microsoft Access tools to clean your Excel data for the past few weeks. Today is the final entry in that...
Kimberlee MartinDec 19, 20224 min readDoubles, but No TroublesUse VBA to check for nearly identical data in your Excel worksheet.
Kimberlee MartinDec 16, 20224 min readDouble TroubleToday we’ll be looking at preventing duplicate values from being entered into your Excel sheet. This is the final entry in a series that...
Kimberlee MartinDec 12, 20226 min readUsing Access to Clean Excel Data, Part 4Use MS Access to find duplicates in your Excel data
Kimberlee MartinDec 6, 20222 min readAuto-replace Text in Excel Cell with VBAIn recent posts, I’ve been talking about validating your Excel data using VBA. I talked about creating a validation harness, which you...
Kimberlee MartinDec 2, 20224 min readValidating Numeric Fields in ExcelUse Excel's Data Validation feature, in conjunction with Excel functions, to validate numeric data.
Kimberlee MartinDec 1, 20225 min readUsing Access to Clean Excel Data, Part 3Use MS Access to clean numeric fields that contain text.