+ Reply to Thread
Results 1 to 3 of 3

last FALSE not working

  1. #1
    Forum Contributor
    Join Date
    04-12-2013
    Location
    Usually at work, in the UK
    MS-Off Ver
    Excel 2010
    Posts
    639

    Post last FALSE not working

    The last "" in this formula gets highlighted black and I get the message "I have entered to many agruements" when I try to set the array and I can't see why. Can anyone suggest any help?

    =IF(AND(COUNTIFS(K:K,K2,H:H,"RMC Remediation",I:I,"In Progress")>0,COUNTIFS(K:K,K2,H:H,"Initiation Review",I:I,"Completed")>0),IF(I2="Completed",ROUNDUP(SUM(J2-INDEX(J:J,MATCH(1,(K2=K:K)*("Initiation Review"=H:H),0))),0),ROUNDUP(SUM(today()-INDEX(J:J,MATCH(1,(K2=K:K)*("Initiation Review"=H:H),0))),0),""))


    Edit:

    I've just noticed the "value if false guide note appears before the ,"")) @ at the end of the formula instead of after the comma???
    Last edited by Sc0tt1e; 07-08-2016 at 11:07 AM.

  2. #2
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: last FALSE not working

    Hi,

    At first sight it would appear that you simply have the parentheses in the wrong place:

    =IF(AND(COUNTIFS(K:K,K2,H:H,"RMC Remediation",I:I,"In Progress")>0,COUNTIFS(K:K,K2,H:H,"Initiation Review",I:I,"Completed")>0),IF(I2="Completed",ROUNDUP(SUM(J2-INDEX(J:J,MATCH(1,(K2=K:K)*("Initiation Review"=H:H),0))),0),ROUNDUP(SUM(TODAY()-INDEX(J:J,MATCH(1,(K2=K:K)*("Initiation Review"=H:H),0))),0)),"")

  3. #3
    Registered User
    Join Date
    12-26-2013
    Location
    Sarawak, Malaysia
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: last FALSE not working

    Try

    =IF(AND(COUNTIFS(K:K,K2,H:H,"RMC Remediation",I:I,"In Progress")>0,COUNTIFS(K:K,K2,H:H,"Initiation Review",I:I,"Completed")>0),IF(I2="Completed",ROUNDUP(SUM(J2-INDEX(J:J,MATCH(1,(K2=K:K)*("Initiation Review"=H:H),0))),0),ROUNDUP(SUM(TODAY()-INDEX(J:J,MATCH(1,(K2=K:K)*("Initiation Review"=H:H),0))),0)),"")

    Note that at the end of the formula you had

    ,0),""))

    I changed that to

    ,0)),"")

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. my screenupdating = false not working now
    By Jenkins27 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-28-2015, 11:01 PM
  2. Visible=False Not Working
    By Ted Soper in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 12-20-2013, 05:46 PM
  3. Sheets(1).visible=False not working.
    By esbenhaugaard in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-25-2012, 09:58 AM
  4. IF function false value not working
    By frustrated in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-10-2012, 05:38 PM
  5. screenupdating = false not always working
    By jtwork in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-30-2007, 05:35 AM
  6. DisplayAlerts = false not working
    By Mark Stephens in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-13-2005, 02:05 AM
  7. [SOLVED] displayfullscreen = false not working
    By job in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-27-2005, 09:06 PM

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