Skip to content

Instantly share code, notes, and snippets.

@adamamyl
Created May 28, 2015 14:07
Show Gist options
  • Select an option

  • Save adamamyl/8d13e18b94497ce809b1 to your computer and use it in GitHub Desktop.

Select an option

Save adamamyl/8d13e18b94497ce809b1 to your computer and use it in GitHub Desktop.
gantt in gdocs
| # | C | D | G |
| 3 | Arrival Date | Departure Date | 2015-07-01 | 2015-07-02 | 2015-07-03 |
| 5 | 2015-07-03 | 2015-07-15 | 0 | 0 | 1 |
=IF(AND(G$3>=$C5,G$3<=$D5), 1, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment