https://github.com/intellitect/excelgantt
Compare schedules with an automatic gantt chart in Excel.
https://github.com/intellitect/excelgantt
Last synced: 6 months ago
JSON representation
Compare schedules with an automatic gantt chart in Excel.
- Host: GitHub
- URL: https://github.com/intellitect/excelgantt
- Owner: IntelliTect
- License: apache-2.0
- Created: 2017-06-19T17:20:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T13:31:17.000Z (about 9 years ago)
- Last Synced: 2025-04-12T15:59:18.490Z (about 1 year ago)
- Size: 481 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Excel Gantt Chart
Compare schedules with an automatic gantt chart in Excel.
We had a project where we needed to compare dates in for two schedule options. The lists of dates were in emails and it was really hard to see the differences.
asdfasdfasdfasdf
I put the dates side by side and then realized that it was still hard to comprehend the differences.
Using some formulas I was able to build a quick little gantt chart. I cringed while I built it, but it turned out that it really helped people visualize things. I am sure this could be done better with other tools, but for a 30 minute solution, the worked really well.
A few notes
1. The dates for the gantt chart start in J3 and continue to the right.
2. The date in J2 and to the right are done manually.
3. The left dates will be represented by a - on the gantt chart.
4. The right dates will be represented by an = on the gantt chart.
5. If they overlay, a + is shown.
6. If the dates are the same on the left, they are shown in blue.
