+ Reply to Thread
Results 1 to 5 of 5

Excel 2007 : Formula for displaying Total Overdue entries.

  1. #1
    Registered User
    Join Date
    12-15-2010
    Location
    California, USA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Formula for displaying Total Overdue entries.

    Hi, I am kind of new at Excel and everything I've done so far has been trial and error. Emphasis on the error portion of that last sentence. Anyways, I've got everything that I want done, minus this one formula. I have 2 columns, one is a due date and another is a completed by date. The due dates will automatically format red if it goes overdue and stay that way until someone enters text into the completed column. The due date then removes all of its formating. I have a 3rd column for total overdue. In that column, I have input the formula: =COUNTIF(A1:A20,"<"TODAY()). This formula counts all the overdue dates regardless of the completion status. I was wondering if there was a way to have that COUNTIF statement subtract the completed events by using something along the lines of =IFTEXT(B1:B20)= True, subtract one from Overdue Total?


    1 Due Date - Completed - Total overdue
    2 Dec 1, 2010 - Nov. 30 - *Don't count this one
    3 Dec 5, 2010 - *count this one



    I hope that helps. Thanks for any help you can give.

    Jason

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Formula for displaying Total Overdue entries.

    Given use of XL2007 you could try using COUNTIFS:

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    12-15-2010
    Location
    California, USA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Formula for displaying Total Overdue entries.

    I had something similar to that but that just gives me a date. More specifically 1 Jan 1900.

    Again, I need it to count how many entries are overdue (A) and then look at the Completed column and count the number of cells with text (B) and then do A-B=C.

    C is the number that I need displayed.
    Last edited by DonkeyOte; 12-16-2010 at 12:53 PM. Reason: removed unnecessary quote

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Formula for displaying Total Overdue entries.

    Format the cell containing the COUNTIFS function as General/Number and you will see 1 rather than 1 Jan 1900.

    Dates in Excel are just Serial Numbers - 1 Jan 1900 being 1 - it is the format you apply to the cell that determines how that "number" is being presented (ie as a Date or as a Number/Decimal etc)

    On a final note - please do not quote prior posts in their entirety - this clutters your thread and the board in general.

    Thanks,

  5. #5
    Registered User
    Join Date
    12-15-2010
    Location
    California, USA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Formula for displaying Total Overdue entries.

    Thanks for the help. Your formula did work after I applied the formatting. Sorry for the full quote. I'll keep that in mind in the future.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1