+ Reply to Thread
Results 1 to 5 of 5

Timesheet #VALUE! error

  1. #1
    Registered User
    Join Date
    03-02-2011
    Location
    Swiss
    MS-Off Ver
    Excel 2007
    Posts
    49

    Unhappy Timesheet #VALUE! error

    Hi,

    I am preparing one time sheet where i need to get the total time based on several condition. I applied the below formula
    =IF(B7="","",SUMPRODUCT(('Daily Entry'!$D$6:$D$1003=$A$6&" - "&$A7)*('Daily Entry'!$C$6:$C$1003='Work View_Monthly'!C$4)*'Daily Entry'!$G$6:$G$1003))

    I am getting #value! error

    looking for your help..
    Thanks in advance.
    Regards
    Tanza

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,078

    Re: Timesheet #VALUE! error

    Could be a text value in the G range. Don't just look, check it properly with ISNUMBER on that range.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Timesheet #VALUE! error

    The opening parenthesis is also missing in the third argument

  4. #4
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Timesheet #VALUE! error

    Since you are on Excel 2007, use SUMIFS,

    =SUMIFS('Daily Entry'!$G$6:$G$1003,'Daily Entry'!$D$6:$D$1003,$A$6&" - "&$A7,'Daily Entry'!$C$6:$C$1003,'Work View_Monthly'!C$4,'Daily Entry'!$G$6:$G$1003,"<9E300")
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  5. #5
    Registered User
    Join Date
    03-02-2011
    Location
    Swiss
    MS-Off Ver
    Excel 2007
    Posts
    49

    Re: Timesheet #VALUE! error

    Hi all,
    Thank you for helping me.
    In $G$6:$G$1003 I have applied the below formula
    =IF(I6>H6,IF(I6>0,IF(I6<25,I6-H6,""),""),"")
    Now I removed that formula and applied data validation criteria. Problem solved!!!!

    Regards,
    Tanza

+ 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