InBody Logo

InBody Excel Extension

Advanced filtering functions for large datasets in Excel

🚀 Installation

Excel Desktop:

  1. Download the manifest file below
  2. In Excel, go to Insert → Add-ins → My Add-ins → Upload My Add-in
  3. Browse and upload the manifest.xml file
📥 Download Manifest

Excel Online (Browser):

  1. Download the manifest file above
  2. In Excel Online, go to Home → Add-ins → More Add-ins → Upload My Add-in
  3. Browse and upload the manifest.xml file

Or use this direct URL in Excel:

https://excel.inbodyusa.net/manifest.xml

⚠️ Important: Excel Online Limitation

10,000 cell reference limit: Custom functions in Excel Online have a hard limit of 10,000 total cell references across all parameters. This affects how many rows you can process:

Solutions:

📖 Learn more from Microsoft

✨ Key Features

🔢 Excel Desktop Support

No row limits in Excel Desktop - handle unlimited datasets

🎯 Multiple Filters

Apply up to 10 filters with AND logic in a single formula

⚡ Fast Performance

Optimized pattern matching for quick calculations

🔍 Advanced Patterns

Comma-separated values, wildcards, negation, and numeric operators

📚 Available Functions

InBody.COUNTIFS

Count rows matching multiple filter criteria (up to 10 filters)

=InBody.COUNTIFS(Table[Warehouse], "SA001,3PL",Table[Item Number], "I9U800005", Table[Year], ">=2025")

InBody.SUMIFS

Sum values matching multiple filter criteria (up to 10 filters)

=InBody.SUMIFS(Table[Purch_In],Table[Warehouse], "SA001,3PL",Table[Item Number], "I9U800005", Table[Month], "12")

🎨 Supported Criteria Patterns