0
0

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 5 years have passed since last update.

Excel > ヘッダ項目があるファイルから時系列グラフ作成

Last updated at Posted at 2016-06-13
動作確認
Excel 2013 on Windows 8.1 pro

やりたいこと

以下のような項目のファイルがあるとする。
2行目までは付随情報が入っており、4行目からデータがあるとする。

qiita.png

上記のファイルからB列[時刻]とG列[data5]からなる時系列グラフを手早く作りたい

失敗 (散布図)

以下は失敗した。

  • Ctrlを押しながらB列を選択
  • Ctrlを押しながらG列を選択
  • 散布図としてグラフ作成

横軸が時刻にならず失敗

成功 (2D折れ線グラフ)

なんとなく見つけた方法

  • Ctrlを押しながらB列を選択
  • Ctrlを押しながらG列を選択
  • 2D折れ線としてグラフ作成

この時点で横軸が時刻のグラフになっている

しかし2行目のデータがグラフの先頭のポイントとして存在しているので以下を行う

  • グラフ上で右クリック、「データの選択」を選択
  • 「横(項目)軸ラベル」の2行目のデータ(4)のチェックをはずす

qiita.png

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?