+ Reply to Thread
Results 1 to 5 of 5

Formula Stops working after Column AM

  1. #1
    Registered User
    Join Date
    06-01-2015
    Location
    USA
    MS-Off Ver
    Pro+ 2010
    Posts
    2

    Formula Stops working after Column AM

    I have a workbook that takes a master list of documents uploaded and then sorts them by searching for the associated project code and returns the document name and type using the INDEX, SMALL, IF, and ROW functions (method outlined here). Works great until I get to row AM, when the formula stops working and returns only #NUM!. I continue to get this error for all subsequent columns, but is OK on the previous ones.

    I can't figure out why the formula stops working after column AM, any ideas?
    Attached Files Attached Files

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

    Re: Formula Stops working after Column AM

    =INDEX('File Upload Details'!$C$6:$C$612, SMALL(IF('Active Awards Documents'!$AM$2='File Upload Details'!$B$6:$B$612, ROW('File Upload Details'!$B$6:$B$612)-ROW('File Upload Details'!$B$6)+1), ROW(1:1)))

    Your ranges are only covering up to Row 612

    But the first occurance of the value in AM2 exists in Row #629 of the Details sheet.
    629-6+1 = 624

    There is no 624th item in the indexed range of $C$6:$C$612

    Extend all the ranges to cover the entire dataset in the Details sheet.

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,619

    Re: Formula Stops working after Column AM

    Your formula is going up to row 612 while first data is in row 629.
    Extend range.

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    06-01-2015
    Location
    USA
    MS-Off Ver
    Pro+ 2010
    Posts
    2

    Re: Formula Stops working after Column AM

    That did it, thanks both!

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

    Re: Formula Stops working after Column AM

    You're welcome.

+ 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. Macro autofill stops working at Column AA? (method global failed)
    By Excel2010101 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-25-2014, 06:48 PM
  2. [SOLVED] Conditional Formatting stops working after adding column
    By rz6657 in forum Excel General
    Replies: 3
    Last Post: 05-21-2013, 06:57 PM
  3. [SOLVED] Formula in loop stops working
    By Jim73 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-08-2005, 12:06 PM
  4. Sum formula stops working
    By kvfelton in forum Excel General
    Replies: 3
    Last Post: 01-10-2005, 08:57 PM
  5. Sum formula stops working
    By kvfelton in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 01-10-2005, 08:56 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