+ Reply to Thread
Results 1 to 2 of 2

Sum everything above specific cell

Hybrid View

  1. #1
    Registered User
    Join Date
    09-21-2014
    Location
    Stockholm, Sweden
    MS-Off Ver
    2010
    Posts
    10

    Sum everything above specific cell

    I want to SUM everything above a cell that contains the word "SUMTOTAL". So if I have 50 columns I want it to go to first row that has the text "SUMTOTAL" in it and then Sum everything aboce that word. Is it possible?

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Sum everything above specific cell

    Modified this post to use a better way... see example attached workbook:

    Formula used in example:
    Formula: copy to clipboard
    =SUM(A1:INDEX(A1:A8,MATCH("SUMTOTAL",A1:A8,0)))
    Attached Files Attached Files
    Last edited by Moo the Dog; 03-08-2015 at 05:06 PM.

+ 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 stop Command button If specific number is entered in a specific cell range
    By sspreyer in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-26-2013, 05:10 AM
  2. Replies: 3
    Last Post: 07-12-2013, 09:17 AM
  3. Replies: 1
    Last Post: 06-22-2012, 02:18 PM
  4. How to export value from a specific cell in access to a specific cell in Excel?
    By sharmaamit92 in forum Access Tables & Databases
    Replies: 2
    Last Post: 09-03-2010, 12:39 PM
  5. Replies: 3
    Last Post: 01-21-2009, 05:37 AM

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