Builds reconciliation spreadsheet

Combines two spreadsheets with different row headers using two row header matching techniques.
960 Downloads
Updated 18 May 2007

No License

You have two spreadsheets you want to join into one. But the names at the front of each row are not identical. So you can't match them. This script allows you to join them using two methods. It truncates the row name, assuming most the differences come after the first few characters. For instance, "Microsoft Corp Loan" & "Microsoft CL" A vLookup won't work. So the script truncates them both to MICROS, and matches them.

Also, there are two spreadhseets that contain name mapping. You can match "welding services" on one sheet to "metal works" on the other. There are two spreadhseets depending which column on the final spreadsheet you want altered. This is also useful for separating 3 distinct entries. For Micrsoft can be mapped MICRO1, MICRO2, MICRO3.

I wrote this for a specific spreadsheet at work. But you can modify the code for yourself instead of starting from scratch. Good luck.

Cite As

Aman Siddiqi (2024). Builds reconciliation spreadsheet (https://www.mathworks.com/matlabcentral/fileexchange/15026-builds-reconciliation-spreadsheet), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP1
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0