Closed Thread
Results 1 to 12 of 12

why wont INDEX work without $??

Hybrid View

  1. #1
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: why wont INDEX work without $??

    Try then in first cell:

    =IF(L3>0,INDEX(INDEX(J:J,IF(ROW()>100000,ROW()-100000,ROW())):J2,L3,1),"")

    copied down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  2. #2
    colwyn
    Guest

    Re: why wont INDEX work without $??

    NBVC - thanks again but it doesn't work.
    At row 100,001 and beyond it works fine but at rows 3 :100,000 it produces #REF! with the tag "Invalid Cell Reference Error"
    Maybe it isn't possible to achieve ??
    Big thanks
    Colwyn..

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: why wont INDEX work without $??

    At row 100001 and below, you want the start cell of the range (which is J1 through row 100000) to start incrementing down (J2, J3, ...)?
    Last edited by shg; 03-02-2009 at 08:19 PM.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,705

    Re: why wont INDEX work without $??

    Try this formula in M3 copied down

    =IF(L3>0,INDEX(INDEX(J:J,MAX(1,ROW()-100000)):J2,L3,1),"")

    You might still get a #REF! error because it depends on the values in column L. If the value in L is >= than the row number (or > 100000 past row 100000) you'll get a #REF! error

Closed 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