+ Reply to Thread
Results 1 to 4 of 4

Using offset or other function that takes values of each third column for example

  1. #1
    Registered User
    Join Date
    11-15-2012
    Location
    Middle East
    MS-Off Ver
    Excel 2010
    Posts
    60

    Using offset or other function that takes values of each third column for example

    Hi,

    I'd like to know how I can get the requested result in the attached sheet using formula. When I try to drag the formula, it doesn't work off course, because it occurs only on tripplets.


    Thank you,

    Moty
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Using offset or other function that takes values of each third column for example

    Try this in Q4 and filled right

    =SUMIF($A$3:$L$3,Q$3,$A$5:$L$5)

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Using offset or other function that takes values of each third column for example

    You need formulas for both row 4 and 5

    Q4: =SUMIF($A$3:$J$3,Q$3,$A$5:$J$5)
    Q5: =IF(Q4>9,SUMIF($A$3:$J$3,Q$3,$C$5:$L$5)/SUMIF($A$3:$J$3,Q$3,$B$5:$K$5),"")

    Fill both Right
    Last edited by Jonmo1; 04-02-2013 at 10:45 AM.

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Using offset or other function that takes values of each third column for example

    here is one way
    Attached Files Attached Files
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ Reply to 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