
MODE.MULT: Find Multiple Statistical Modes in a Dataset
When a dataset has two equally popular values, Excel’s MODE function silently returns only one — dropping the other without warning. The MODE.MULT function corrects this by returning all modes as a vertical array. This matters for survey analysis, quality control, and any task where knowing every most-common value changes the conclusion. This guide covers 8 practical examples: basic multimodal detection, IFERROR clean output, TRANSPOSE for horizontal display, COUNTIF frequency verification, survey polarisation analysis, sales order mode detection, a TEXTJOIN mode-list label, and how to handle all-unique datasets that have no mode at all.









