+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Formula error:bring up an #VALUE! Error.

  1. #1
    Registered User
    Join Date
    06-19-2011
    Location
    Tasmania, Australia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Post Formula error:bring up an #VALUE! Error.

    Hello,

    Currently working a spreadsheet where i am using the follow Formula that is bring up an #VALUE! Error.

    =IF(ROWS(C$90:C90)<=SUM(N(Availability!C$1256:C$1305<>"")),INDEX(Availability!C$1256:C$1305,MATCH(SMALL(COUNTIF(Availability!C$1256:C$1305,"<="&Availability!C$1256:C$1305),SUM(N(Availability!C$1256:C$1305=""))+ROWS(Availability!$C$90:C$90)),COUNTIF(Availability!C$1256:C$1305,"<="&Availability!C$1256:C$1305),0)),"")

    Using the same formula for actions in the spreadsheet but this one seems to be throwing out an error. Can anyone assist?

    Thanks.
    Last edited by burner007; 06-20-2011 at 06:11 AM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    re: Formula error:bring up an #VALUE! Error.

    That's an "array formula". Did you confirm with CTRL+SHIFT+ENTER so that curly braces appear around the formula?

    Also with that version I think you'd keep getting the same results as you copy the formula down, I think the second ROWS function should be the same as the first, i.e. I think the red part should change

    =IF(ROWS(C$90:C90)<=SUM(N(Availability!C$1256:C$1305<>"")),INDEX(Availability!C$1256:C$1305,MATCH( SMALL(COUNTIF(Availability!C$1256:C$1305,"<="&Availability!C$1256:C$1305), SUM(N(Availability!C$1256:C$ 1305=""))+ROWS(Availability!$C$90:C$90)),COUNTIF(Availability!C$1256:C$1305,"<="&Availability!C$1256 :C$1305),0)),"")

    to this

    =IF(ROWS(C$90:C90)<=SUM(N(Availability!C$1256:C$1305<>"")),INDEX(Availability!C$1256:C$1305,MATCH( SMALL(COUNTIF(Availability!C$1256:C$1305,"<="&Availability!C$1256:C$1305), SUM(N(Availability!C$1256:C$ 1305=""))+ROWS(C$90:C90)),COUNTIF(Availability!C$1256:C$1305,"<="&Availability!C$1256 :C$1305),0)),"")
    Last edited by daddylonglegs; 06-19-2011 at 11:18 AM.
    Audere est facere

  3. #3
    Registered User
    Join Date
    06-19-2011
    Location
    Tasmania, Australia
    MS-Off Ver
    Excel 2007
    Posts
    3

    re: Formula error:bring up an #VALUE! Error.

    Thank you so much! I am a newbie to this! the CTRL-SHIFT-ENTER worked a treat!

    Thanks again!

  4. #4
    Registered User
    Join Date
    06-19-2011
    Location
    Tasmania, Australia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Post Re: Formula error[SOLVED]

    Thread now Solved

+ 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