+ Reply to Thread
Results 1 to 3 of 3

Max Function with range refering to other cell... Unsuccessful

  1. #1
    Forum Contributor
    Join Date
    09-22-2012
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    184

    Max Function with range refering to other cell... Unsuccessful

    Hi,

    Working with Max Function as described above.

    This is the formula that got stuck with:

    =MAX("G"&(D1-C1):"G"&(D1))

    D1 = LARGE(E1:E100,1)
    C1 = Number of row (Data, Not a formula)

    Tried the array key press but result, #value.

  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,944

    Re: Max Function with range refering to other cell... Unsuccessful

    =MAX("G"&(D1-C1):"G"&(D1))...what is the "G" supposed to be referring to?
    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-22-2012
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    184

    Re: Max Function with range refering to other cell... Unsuccessful

    Problem Solved.

    New Formula:

    =MAX(INDIRECT("G"&(D1-C1):INDIRECT("G"&(D1))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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