A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
in short, "Mod function description given by Microsoft in Help section is wrong." Am I write?
No, "write" is wrong. (ha ha)
As I said, the description is incomplete, not wrong. And as I demonstrated with the wikipage, it is the traditional way to describe mod(ulo).
IMHO, the MOD help page redeems itself with examples that clarify its full meaning for negative parameters. That is more than some MSFT help pages do.
But you might appreciate this statement from a MSFT doc page for the .Net VB (*) mod operator (click here): There is a difference between *remainder* and *modulus* in mathematics, with different results for negative numbers.
So arguably, a more precise way to describe the Excel MOD function is: it returns the (mathematical) modulus, which differs from the (arithmetic) remainder when only one parameter is negative.
(*) There is a world of difference between .Net VB and Excel VBA mod operators with respect to data type support. The Excel VBA mod operator is explained elsewhere (click here).