+ Reply to Thread
Results 1 to 3 of 3

SUM Formula

  1. #1
    Registered User
    Join Date
    09-11-2015
    Location
    Vienna
    MS-Off Ver
    Windows 7
    Posts
    6

    SUM Formula

    Hi guys,

    could you help me to pruduce a sum formula (Not a manual one), which first takes 2 rows and afterwards takes the following two (without the previous ones) and so on and so forth.

    Best regards,
    Filip
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: SUM Formula

    One way
    In B4 copied to the right:

    =SUM(OFFSET(Data!$C$4,(COLUMNS($B$4:B$4)-1)*2,0,2,1))
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

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

    Re: SUM Formula

    Try

    =SUMIF(Data!$B$4:$B$13,B$3,Data!$C$4:$C$13)

+ 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. Excel formula bar to display the result of the formula , not the formula?
    By max_max in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-18-2016, 07:15 PM
  2. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  3. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 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