WorksheetFunction.Mode_Mult (Excel)

Returns a vertical array of the most frequently occurring, or repetitive, values in an array or range of data.

Arguments can either be numbers or names, arrays, or references that contain numbers. If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included. Arguments that are error values or text that cannot be translated into numbers cause errors. If the data set contains no duplicate data points, Mode_Mult returns the #N/A error value.

Mode_Mult (Arg1, Arg2, ..., Arg30)


Dim arrMode_Mult() As Variant
arrMode_Mult() = WorksheetFunction.Mode_Mult(Arg1:=)

Arguments

Arg1, Arg2, ..., Arg30

Arg1 - Number1 - The first number argument for which you want to calculate the mode