+ Reply to Thread
Results 1 to 7 of 7

How to apply correctly INDIRECT in array with long formulas

  1. #1
    Registered User
    Join Date
    06-21-2015
    Location
    fort lauderdale, florida
    MS-Off Ver
    2007
    Posts
    77

    How to apply correctly INDIRECT in array with long formulas

    Hi,

    a moments ago I posted a tread on how to apply to non contiguous columns INDIRECT SUM.. <- was SOLVED

    But now i have a new question,
    i need to apply the same INDIRECT in to a long array formulas.
    my main purpose is to keep at all the time the same cell references with formulas that is applied to dynamic range.
    (i have to apply INDIRECT in a hundreds of cell that use different formulas)

    this is the working formula that i'm using, and i have no clue where to apply the INDIRECT function or how many times and in 'where'..

    Please Login or Register  to view this content.

    Thank you
    Last edited by Franky alta; 06-28-2015 at 02:31 PM. Reason: add a coment

  2. #2
    Valued Forum Contributor
    Join Date
    05-20-2013
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2013
    Posts
    941

    Re: How to apply correctly INDIRECT in array with long formulas

    Without modifying your base formula...
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    06-21-2015
    Location
    fort lauderdale, florida
    MS-Off Ver
    2007
    Posts
    77

    Re: How to apply correctly INDIRECT in array with long formulas

    Hi jhren,

    It worked, Thank you so much !!


    Regards

  4. #4
    Valued Forum Contributor
    Join Date
    05-20-2013
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2013
    Posts
    941

    Re: How to apply correctly INDIRECT in array with long formulas

    Now that you know it works, you can change the part...
    ROW(INDIRECT("$C37:$C888"))-ROW(INDIRECT("$C37"))+0))
    ...to...
    ROW(INDIRECT("1:"&888-37))))

    And I do hope you realize you will get an error when the formula processes I889 through I1255... because there will be no corresponding row value in the [value if true] parameter of the IF statement....???

  5. #5
    Registered User
    Join Date
    06-21-2015
    Location
    fort lauderdale, florida
    MS-Off Ver
    2007
    Posts
    77

    Re: How to apply correctly INDIRECT in array with long formulas

    Hi jrhen,

    It's very interesting and I did change the part, but it give me value 6.
    (is supposed to be 5,) It might happen because was eliminated the +0 ??


    Regards

  6. #6
    Valued Forum Contributor
    Join Date
    05-20-2013
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2013
    Posts
    941

    Re: How to apply correctly INDIRECT in array with long formulas

    Nah, my bad... or yours for formula etiquette, can't tell, but I'd rather blame it on you.

    Anyway, it should have been...
    ROW(INDIRECT("37:888"))-37))
    ...as your first returned value of the IF array should be either 0 or FALSE. I had errantly assumed it was 1, which is the difference between the returned 6 and should-be 5.

  7. #7
    Registered User
    Join Date
    06-21-2015
    Location
    fort lauderdale, florida
    MS-Off Ver
    2007
    Posts
    77

    Re: How to apply correctly INDIRECT in array with long formulas

    Hi jhren,


    Yes sir, the -37 made the difference..



    Thank you jhren

+ 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] How to apply correctly SUM INDIRECT to non continuous column?
    By Franky alta in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-28-2015, 02:17 PM
  2. Long Array Formulas Using VBA
    By jiver1 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-20-2013, 03:11 PM
  3. Array Formulas taking too long to calculate
    By CheeksExcelForum in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-17-2013, 06:56 PM
  4. the use of indirect in array or sumproduct formulas
    By JoshuaSQ in forum Excel General
    Replies: 8
    Last Post: 12-18-2008, 12:09 PM
  5. Array Formulas take waaaay too long...
    By belly0fdesire in forum Excel Formulas & Functions
    Replies: 39
    Last Post: 09-06-2005, 07:05 PM

Tags for this Thread

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