1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

スプレッドシートで時間のコロン表記 (H:i:s) を分数や時間数に変換するやり方

Last updated at Posted at 2021-09-14

業務ソフトから出力される形式だと足し引きの計算がしにくいため数字に変換したかったので調べたときのメモ

挿入する数式

分数

=(A1)/("0:01")

時間数

=(A1)/("1:00")

A B ... =($B1)/("0:01") C ... =($B1)/("1:00")
1 元の表記 分数 時間数
2 1:00:00 60 1
3 4:50:00 290 4.83
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?