+ Reply to Thread
Results 1 to 4 of 4

Can some one please point me where this formula fails?

  1. #1
    Registered User
    Join Date
    04-29-2013
    Location
    Sao Paulo, Brazil
    MS-Off Ver
    Excel 2003
    Posts
    1

    Can some one please point me where this formula fails?

    This formula is presenting error but I cant find why. I use standard version of Excel 2003.

    Please Login or Register  to view this content.
    Thanks

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Can some one please point me where this formula fails?

    It's extremely difficult to take a formula that doesn't work, and "fix" it if we don't know what it's supposed to do.

    It's far easier if you can explain in words what you want the formula to do.

  3. #3
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Can some one please point me where this formula fails?

    this is a guess since it's not real clear as Jonmo1 said
    =IF(F2<>"",IF(G2="",IF(TODAY()>WORKDAY(F2,5),"LATE","OK"),IF(G2>WORKDAY(F2,5),"LATE","OK")),"")
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Can some one please point me where this formula fails?

    As Jonmo says, hard to say without seeing what you are referencing, but it looks like you have a bunch of extra )

    =IF(OR(F2="",G2=""),IF(AND(f2<>"", g2=""),IF(today()-F2>WORKDAY(F2,5),"LATE","OK"),""),IF(G2-F2>WORKDAY(F2,5),"LATE","OK"))

    Try to only use as many () as you need, adding extras only makes the chance of errors greater, and makes it harder to debug
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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