+ Reply to Thread
Results 1 to 4 of 4

Formula Help - Time Management

  1. #1
    Forum Contributor
    Join Date
    03-31-2009
    Location
    Halstead
    MS-Off Ver
    Excel 365
    Posts
    240

    Formula Help - Time Management

    Hi All,

    I wonder if anyone can help me, Attached is a spreadsheet that i have created for Time Management but I do not know how to get rid of the ######## in Column J & L. Can anyone advise how to do this.

    Shazz
    xx
    Last edited by Shazz; 06-14-2012 at 06:59 AM. Reason: Removal of attachment

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2504
    Posts
    13,640

    Re: Formula Help - Time Management

    In I2 try
    Please Login or Register  to view this content.
    and pull down as needed.
    In the expression SUM(E2-D2+F2) the SUM function is redundant thus unnecessary

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,943

    Re: Formula Help - Time Management

    This isn't right but it shows you how to approach it.

    =IF(E2<>"",(E2-D2+F2),0)+IF(G2<>"",(G2-H2),0)-IF(F2<>"",F2,0)

    You need to decide what default values to use when various cells are blank. As it is, you get invalid/negative times which ripple through to the total.


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  4. #4
    Forum Contributor
    Join Date
    03-31-2009
    Location
    Halstead
    MS-Off Ver
    Excel 365
    Posts
    240

    Thumbs up Re: Formula Help - Time Management

    Thanks, that works a treat.

    Shazz

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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