Calculate days open
If there is no closed date, the ticket is still open. Becausedates in Excel are just serial numbers, the math is quite simple. Calculating days open with IF The core operation of this formula is controlled by theIF function. If the result is TRUE, the ticket is still open. As long as the date opened is past, it will be a smaller number. If the result from ISBLANK is FALSE, the ticket is closed....