开始使用免费开始使用

Preaching to the CONVERT()ed

CONVERT(), changes the units of a number. For times, you have five choices of unit to switch between, including

  • "sec": seconds
  • "min": minutes

For speeds, the units include

  • "m/s": meters per second
  • "mph": miles per hour

CONVERT() takes three arguments: a number or cell address, the existing unit (in double quotes), and the unit to convert to. For example, CONVERT(1, "hr", "sec") returns 3600.

本练习是课程的一部分

Google Sheets 中级

查看课程

练习说明

  • In column H, convert the times in column A from seconds to minutes.
  • In column I, convert the wind speeds in column B from meters per second to miles per hour.

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习