+ Reply to Thread
Results 1 to 4 of 4

INDEX SMALL ROW Formula #REF! error.

  1. #1
    Registered User
    Join Date
    12-03-2008
    Location
    Tulsa
    Posts
    18

    INDEX SMALL ROW Formula #REF! error.

    I have the formula (found in cell "C2") on the Report sheet. I need to perform a function, but I cannot get it to work on the sheet I need to pull information from. The sheet RecapWk12 has a small section pasted (with some cells edited for obvious reasons) from the actual workbook. I can get the formula in Report cell (A10) to work on pulling information from sheet2. You can see I am getting (#REF!) in cell C2. What do I need to do to correct this problem? Is the name of the sheet the problem?
    Attached Files Attached Files
    Last edited by elcasey125; 12-17-2008 at 02:19 AM.

  2. #2
    Forum Contributor
    Join Date
    08-21-2006
    Location
    Ossett, West Yorkshire
    MS-Off Ver
    2003
    Posts
    150
    Hi
    Change
    =INDEX(RecapWk12!C2:G19,SMALL(IF(RecapWk12!C2:G19="2",ROW(RecapWk12!C2:G19)-ROW(RecapWk12!C2)+1,ROW(RecapWk12!G19)+1),4),4) to

    =INDEX(RecapWk12!C2:G19,SMALL(IF(RecapWk12!C2:G19=2,ROW(RecapWk12!C2:G19)-ROW(RecapWk12!C2)+1,ROW(RecapWk12!G19)+1),4),4)
    Remove the " " from around the 2
    Regards Howard

  3. #3
    Registered User
    Join Date
    12-03-2008
    Location
    Tulsa
    Posts
    18
    Wow! "THAT WAS EASY". I should have noticed, Thank You Very Much!!!!

  4. #4
    Forum Contributor
    Join Date
    08-21-2006
    Location
    Ossett, West Yorkshire
    MS-Off Ver
    2003
    Posts
    150
    Hi "Your welcome"
    Howard

+ 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