+ Reply to Thread
Results 1 to 2 of 2

Explaination of this excel formula and its functions?

  1. #1
    Forum Contributor
    Join Date
    02-04-2015
    Location
    Dallas,Texas
    MS-Off Ver
    excel 2013
    Posts
    191

    Explaination of this excel formula and its functions?

    =SUM(B3:INDEX(B:B,MAX(ROW($A$3),COUNT(B$3:B3)-Home!$C$3/15+ROW($A$3))))


    The formulas in Col J:Q determine the number of blocks that need summing i.e 6 blocks for 90, 7 for 105, 8 for 120 and so on. This is in the "time data" sheet.


    I am having an hard time understanding this formula in this model.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Explaination of this excel formula and its functions?

    Break it down function by function.

    Please Login or Register  to view this content.
    What this is saying is take the max, either the value of row A3 (3), or the value of COUNT(B$3:B3)-Home!$C$3/15+ROW($A$3) (1 - (Home!$C$3)/15) + 3). The COUNT() function will increase by a value of 1 as long as there is a numerical value in a cell.

    The value that the MAX() function returns is then used in the INDEX() function, and returns the ordinal value in column B:B that matches the value from the MAX() function. This ordinal value is used as a range in the SUM function, starting from B3 and summing to the return of the INDEX() function.
    Last edited by mcmahobt; 02-17-2015 at 07:20 PM.
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

+ 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. Explaination needed
    By charlesfrancis in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-31-2013, 05:11 AM
  2. I need explaination of this coading... what exactly each line does
    By DeeptiBhuti in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-26-2012, 10:24 AM
  3. Formula explaination
    By terrysoper1973 in forum Excel General
    Replies: 18
    Last Post: 09-20-2011, 12:06 PM
  4. Formula explaination
    By r in forum Excel General
    Replies: 6
    Last Post: 05-15-2006, 11:15 PM
  5. [SOLVED] Conditional formating-explaination
    By John in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-06-2005, 03:05 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