MODE function
MODE(First,
Other...) MODE(First;
Other...)
First
Number, Logical, Text, Color, { Number },
{ Logical }, { Text } or { Color }
The first parameter.
Other
Number, Logical, Text, Color, { Number },
{ Logical }, { Text } or
{ Color } (accepts many)
Additional parameters.
Returns
Number, Logical, Text or Color
The value that appears most frequently. If there are multiple such values, the smallest such value is returned.
This function is a compatibility alias for MODE.SNGL. Use MODE.SNGL for new projects.