Excel: How to create a Gantt Chart in Excel

孤人 提交于 2020-03-06 04:10:27

问题


Given the following data set:

 Request    starttime   Duration (ms)
 1  00.000  222
 2  00.005  257
 3  00.001  270
 4  00.003  299
 5  00.292  198
 6  00.327  199
 7  00.318  319
 8  00.333  451
 9  00.511  323

I need to draw an overlapping bar graph, something akin to this overlapping bar graph (from google):

However, when I try to draw the bar chart in mac excel, excel overloads the y-axis with request count and start time, rather than making start time and duration as both applied to the x-axis.

In short, the y-axis is the request number and the x-axis the both the start time and duration. Is there a way in excel to shift the bars to the starting time listed in the dataset?

SOLUTION: After learning how to draw Gantt Chart in excel, the resulting chart looks great.


回答1:


Found the answer in https://www.officetimeline.com/gantt-chart-excel. Thanks all.



来源:https://stackoverflow.com/questions/37770178/excel-how-to-create-a-gantt-chart-in-excel

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!