Advanced filtering functions for large datasets in Excel
Excel Desktop:
Excel Online (Browser):
Or use this direct URL in Excel:
https://excel.inbodyusa.net/manifest.xml
Handle 50,000+ rows without Excel Online cell limits
Apply up to 10 filters with AND logic in a single formula
Synchronous processing with optimized pattern matching
Comma-separated values, wildcards, and numeric operators
Count rows matching a single filter criteria
=InBody.COUNTIF(Table[Warehouse], "PS001,PS002,PS003")
Count rows matching multiple filter criteria (up to 10 filters)
=InBody.COUNTIFS(Table[Warehouse], "SA001,3PL", Table[Year], ">=2025", Table[Status], "Active")
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")
"Value1,Value2,Value3""3PL*" (starts with), "*001" (ends with), "*InBody*" (contains)">100", "<500", ">=2025", "<=2024""!=0" or "!Active""!*Cancelled*"