+ Reply to Thread
Results 1 to 4 of 4

Cell Function stops at row 29 should work in 11000 rows

  1. #1
    Forum Contributor
    Join Date
    09-30-2010
    Location
    Minnesota, USA
    MS-Off Ver
    Excel 2010
    Posts
    109

    Cell Function stops at row 29 should work in 11000 rows

    I have built a worksheet that has 12 columns of data & 11000 rows at row 29 the functions stop giving there looked up value.
    the function that is being used is as follows
    [=IF($D29="","",IFERROR(INDEX('Imported Data'!$E$3:$E$11006,MATCH($D29&L$4,'Imported Data'!$C$3:$C$11006&'Imported Data'!$D$3:$D$11006,0),1),0))]
    this function only changes the column leters H thru N ($D29&L$4) L is the veriable
    when I look at my data that is looked up I should get 1.70 and I get 0.00, there should not be an error I tested the function and I get values were ther is a value and N/A where theres not a value.
    I am runing this function 7 columns and 11000 rows, and it stops at row 29. there are also 16 other worksheets and 10 of them have the same problem.
    Last edited by CityMPLSEmpolyee; 03-02-2015 at 02:08 PM. Reason: Grammar and more explanation

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Cell Function stops at row 29 should work in 11000 rows

    1. that is an ARRAY formula and needs to be entered using CTRL SHIFT ENTER, not just enter
    2. Using an ARRAY formula over that large range may slow your file down, perhaps try this regular formula instead?
    =IF($D29="","",IFERROR(INDEX('Imported Data'!$E$3:$E$11006,MATCH($D29&L$4,INDEX('Imported Data'!$C$3:$C$11006&'Imported Data'!$D$3:$D$11006,0),0))),1,0)
    3. What is IN D29 etc?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    09-30-2010
    Location
    Minnesota, USA
    MS-Off Ver
    Excel 2010
    Posts
    109

    Re: Cell Function stops at row 29 should work in 11000 rows

    Column D is an Identifier that is used to find the corecte data in a worksheet that I dump a CSV Text file in to.

    note
    I will follow up on your post on monday after I try out your suggestion.
    thanks

  4. #4
    Forum Contributor
    Join Date
    09-30-2010
    Location
    Minnesota, USA
    MS-Off Ver
    Excel 2010
    Posts
    109

    Re: Cell Function stops at row 29 should work in 11000 rows

    Thanks for your help.
    it turns out that in the file I was using I needed to do a copy drag for the cells to get them activated.
    They looked right but not activated.
    I don't know how else to explain it.

    I did try your formula but got errores (#N/A)

+ 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] VBA to rearrange 11000 records into 550 rows (20 records combined into a single row)
    By Wedge120 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-27-2014, 11:56 PM
  2. Help to average data from 11000 rows to 450. need help asap
    By njakts in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-21-2013, 01:48 PM
  3. [SOLVED] Macro Loops through 10 rows, find's next cell value > 0 places X in adjacent cell & Stops.
    By MIACG in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-10-2013, 03:30 PM
  4. Empty cells stops macros work
    By sjuesju in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 06-21-2010, 03:10 PM
  5. Copy rows from work sheets to combine to one work sheet based on cell value
    By joemcmillen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-11-2008, 05: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