Try this:
=IF(ISBLANK(AC2),"",TODAY()-AC2)
The TODAY function automatically refreshes based on the time on your computer. Change TODAY() to a cell reference where a specific date is supplied to have control over the reference point that the calculation uses (and where it can be changed to suit).