Forum Discussion
- mathetesSilver Contributor
Assuming you mean some of the cells in column Q are currently blank, so you don't want this formula to be calculated and the results displayed, try this (copied down whatever column it is that contains that formula now).
=IF(ISBLANK(Q32),"",Q32-TODAY())
If my assumption is wrong, though, come back with a more complete description, maybe a sample of the spreadsheet itself.