Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 894 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 894 Bytes

Excel SheetDawgExtractor

An open-source TypeScript project for Microsoft Excel 365 that extracts data from sheets with similar naming patterns and outputs the results to a new sheet.

License

This project is licensed under the MIT License.

Author

R4WD4WG, 05/01/2023

Features

  • Look for sheets with similar naming patterns
  • Perform lookups for corresponding values
  • Output results to a new sheet

Installation & Usage

  1. Save the Office Script file to: Documents/Office Scripts (create the folder if it doesn't exist).
  2. Launch Microsoft Excel 365.
  3. Open the "Automate" ribbon at the top.
  4. Click "New Script" on the left side of the ribbon.
  5. The script should appear. If not, copy & paste the content into a new script within Excel.

Customize cell references, sheet names, etc., to fit your needs. The script can scale to any size depending on computing power.