시작하기무료로 시작하기

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.

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작