• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Counting Over due by days

Bilal

New Member
I am maintaining the excel sheet for correspondences, I would like to have a column where it shows the task overdue by number of days. In attached xl sheet it is as
Column "E" - Start Date
Column "F" - Closing Date
Column "H" - Actual Action / completion date
in Column "I" I want the number of days to be displayed if it was not completed. once the completion date is entered in Column C, this number need not be there.
 

Attachments

Bilal

Firstly, Welcome to the Chandoo.org Forums

I think you want something like
I3: =IF(C3>0,"",F3-E3)
 
Back
Top