Skip to content

Instantly share code, notes, and snippets.

@LeeDDHH
Last active December 24, 2021 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeeDDHH/16967ff8261c7a34f9bd3ea5d1d42161 to your computer and use it in GitHub Desktop.
Save LeeDDHH/16967ff8261c7a34f9bd3ea5d1d42161 to your computer and use it in GitHub Desktop.
Spreadsheetでこういう使い方がしたいときに見返す

勤務時間の計算と合算

  • 時間計算したセルの範囲を選択する
  • 表示形式の詳細設定 (リボンに123と表示されている)の経過時間を選択する
  • 合計時間を計算する列に =sum(列のはじまり:列の終わり) で合算する

数字の頭の0(ゼロ)を表示する

  • 方法は2つある
    • 数字の最初に「’(シングルクオテーション)」を付加する
    • 数字を「=(“”)」で囲う

金額の3桁区切りにカンマを表示する

  • 入力のあるセルを選択
  • ツールバーの「表示形式の詳細設定」アイコンをクリック
  • メニューにある「表示形式の詳細設定」 > 「カスタム数値形式」をクリック
  • 入力フィールドに “#,##0” と入力し「適用」をクリック

参考

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment