MUNIT Function Explained

The MUNIT Function in Microsoft Excel is used to convert a number from one unit of measurement to another. It takes three arguments: the number to be converted, the unit from which it is being converted, and the unit to which it is being converted. The function returns the converted number.

MUNIT Function Syntax

MUNIT(unit_text, from_unit, to_unit)

  • unit_text: The text string that contains the units to convert.
  • from_unit: The units that the unit_text is currently in.
  • to_unit: The units to convert the unit_text to.