+ Reply to Thread
Results 1 to 4 of 4

Array Formula Value Error

  1. #1
    Registered User
    Join Date
    02-09-2012
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    31

    Array Formula Value Error

    I have the below array formula which checks 2 criteria then pulls out the sum of the matched results. When I open the sheet it displays as a #Value error. If I go into the formula and press ctrl + shift + enter it calculates the value (array formula). How can I adjust the formula to display the result when I open the sheet without having to go into it each time?


    =SUMIF(sheet1!$C$3:$BP$3,C5,INDIRECT(CONCATENATE("sheet1!$C$",MATCH(Sheet2!D5 & Sheet2!E5,sheet1!$E$1:$E$10000 & sheet1!$C$1:$C$10000,0),":$BP$",MATCH(Sheet2!D5 & Sheet2!E5,sheet1!$E$1:$E$10000 & sheet1!$C$1:$C$10000,0))))

  2. #2
    Forum Contributor shivya's Avatar
    Join Date
    08-19-2017
    Location
    Delhi, India
    MS-Off Ver
    2013
    Posts
    240

    Re: Array Formula Value Error

    Not any issue with array formula. This is the problem with sheets, make sure all the sheets are open.

  3. #3
    Registered User
    Join Date
    02-09-2012
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    31

    Re: Array Formula Value Error

    There is only 1 workbook. The sheets/tabs are open in the workbook.

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

    Re: Array Formula Value Error

    I recommend using a helper column here (they're not a bad thing)
    ON Sheet1, say column F
    F1 and filled down
    =E1&C1
    Then use this non array entry formula.
    =SUMIF(sheet1!$C$3:$BP$3,C5,INDEX(Sheet1!$C$1:$BP$10000,MATCH(Sheet2!D5 & Sheet2!E5,sheet1!$F$1:$F$10000,0),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. [SOLVED] Error in using formula array
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-18-2015, 03:10 AM
  2. [SOLVED] Array formula and the #DIV/0 error
    By at325 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-15-2015, 10:35 AM
  3. Array formula error
    By vonmunchy in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 11-13-2013, 09:42 AM
  4. [SOLVED] #VALUE! Error In With Array Formula
    By DDM64 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-29-2013, 11:17 AM
  5. Array formula error
    By tkellymd in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-14-2012, 02:50 PM
  6. #N/A Error in Array Formula
    By jrarmstrong4 in forum Excel General
    Replies: 7
    Last Post: 11-30-2011, 06:02 PM
  7. Error #NUM! - Array Formula
    By Shermaine2010 in forum Excel General
    Replies: 2
    Last Post: 08-21-2011, 03:44 AM

Tags for this Thread

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