Results 1 to 4 of 4

Ref# error on sum(index(match))

Threaded View

  1. #1
    Registered User
    Join Date
    03-14-2014
    Location
    Nashville, TN
    MS-Off Ver
    Excel 2010
    Posts
    11

    Ref# error on sum(index(match))

    Ok I have a workbook with several linked workboooks. Currently to update values ALL the source files have to be opened. I figured it was the use of the OFFSET() function that caused this, so to fix this I have tried index match and sums. Still get the REF# error until I open the source file.

    Old code
    =SUM(OFFSET('K:\Mill\Shared Files\[Operator Data 2014 MTN.xlsx]Results'!$CM$10,MTD!H15-YTD!H15,0,DAY(B4),1))
    Tried a sumproduct to replace still gives ref#
    =SUMPRODUCT((INDEX('K:\Mill\Shared Files\[Operator Data 2014 MTN.xlsx]Results'!$CM$9:$CM$374,MATCH(MTD!H15,'K:\Mill\Shared Files\[Operator Data 2014 MTN.xlsx]Results'!$D$9:$D$374,0),0):INDEX('K:\Mill\Shared Files\[Operator Data 2014 MTN.xlsx]Results'!$CM$9:$CM$374,MATCH(B4,'K:\Mill\Shared Files\[Operator Data 2014 MTN.xlsx]Results'!$D$9:$D$374,0),0)))

    tried just sum still gives ref#
    =SUM(INDEX('K:\Mill\Shared Files\[Operator Data 2014 MTN.xlsx]Results'!$CM$9:$CM$374,MATCH(MTD!H15,'K:\Mill\Shared Files\[Operator Data 2014 MTN.xlsx]Results'!$D$9:$D$374,0),0):INDEX('K:\Mill\Shared Files\[Operator Data 2014 MTN.xlsx]Results'!$CM$9:$CM$374,MATCH(B4,'K:\Mill\Shared Files\[Operator Data 2014 MTN.xlsx]Results'!$D$9:$D$374,0),0))
    Individually the Index() functions work, but when I try to sum(index():Index()) I get ref#.

    Any help would be Apprecaited. Oh and when the source file is open it works just fine.

    Thanks
    JR
    Last edited by JayRab; 03-14-2014 at 12:48 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  2. Index Match N/A Error
    By Henry c in forum Excel General
    Replies: 1
    Last Post: 08-19-2010, 04:07 AM
  3. Index match error
    By CESAR V. ARROYO in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-02-2010, 03:11 PM
  4. Index & Match error
    By vb613 in forum Excel General
    Replies: 3
    Last Post: 04-24-2007, 06:12 AM
  5. Index Match Error
    By dfab100 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-19-2007, 01:04 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