Converts a number from one measurement system to another.
ฟังก์ชันนี้ทำงานใน Google Sheets เหมือนกับใน Excel — ไวยากรณ์และอาร์กิวเมนต์เดียวกัน
CONVERT(number, from_unit, to_unit)The CONVERT function allows you to translate values between different units of measurement, such as weight, distance, time, pressure, or temperature. It is highly useful for standardizing data sets that contain mixed units.
=CONVERT(10, "m", "ft")ผลลัพธ์: 32.80839895
Converts 10 meters into feet.
Yes, unit abbreviations are case-sensitive; for example, 'm' represents meters while 'M' represents miles.