+ Reply to Thread
Results 1 to 5 of 5

Excel 2007 : Formula for displaying Total Overdue entries.

Hybrid View

noahsampeer Formula for displaying Total... 12-15-2010, 03:29 PM
DonkeyOte Re: Formula for displaying... 12-16-2010, 04:38 AM
noahsampeer Re: Formula for displaying... 12-16-2010, 11:42 AM
DonkeyOte Re: Formula for displaying... 12-16-2010, 12:52 PM
noahsampeer Re: Formula for displaying... 12-16-2010, 01:05 PM
  1. #1
    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:

    =COUNTIFS(A:A,"<"&TODAY(),B:B,"")
    modify ranges as appropriate

  2. #2
    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

  3. #3
    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,

  4. #4
    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