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

✨ Key Features

🔢 Large Dataset Support

Handle 50,000+ rows without Excel Online cell limits

🎯 Multiple Filters

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

⚡ Fast Performance

Synchronous processing with optimized pattern matching

🔍 Advanced Patterns

Comma-separated values, wildcards, and numeric operators

📚 Available Functions

InBody.COUNTIF

Count rows matching a single filter criteria

=InBody.COUNTIF(Table[Warehouse], "PS001,PS002,PS003")

InBody.COUNTIFS

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

=InBody.COUNTIFS(Table[Warehouse], "SA001,3PL", Table[Year], ">=2025", Table[Status], "Active")

InBody.SUMIFS

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

=InBody.SUMIFS(Table[Amount], Table[Warehouse], "SA001,3PL,3PL01", Table[Year], ">=2025", Table[Month], ">6")

🎨 Supported Criteria Patterns