+ Reply to Thread
Results 1 to 4 of 4

Calculating Sum in blank Row

  1. #1
    Registered User
    Join Date
    02-20-2014
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    14

    Calculating Sum in blank Row

    Hi,
    I have attach a sheet in which I need to calculate total of all debit entries ( Column K) in blank rows high with green colour.
    I do it manually which take a lot of time . Is there any way it to do it in more speedy way. Thanks

    https://app.box.com/s/h8p1z603mdlrw7rfszh0

  2. #2
    Valued Forum Contributor
    Join Date
    11-02-2012
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    564

    Re: Calculating Sum in blank Row

    Can you upload workbook in this forum pls..many of us will not access files from sharepoints.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,604

    Re: Calculating Sum in blank Row

    Put this array* formula in K41:

    =SUM(INDEX(K:K,MAX(IF(A$22:A40="",ROW(A$22:A40)))+1):INDEX(K:K,ROW(K40)))

    *NOTE: An array formula needs to be committed using the key combination of Ctrl-Shift-Enter (CSE) rather than the usual <Enter>.

    Then you can just <copy> that formula and paste it into any green cells below it, i.e. into K56, K69, K86, and so on.

    Hope this helps.

    Pete

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,686

    Re: Calculating Sum in blank Row

    you could do a SUMIF () where the date row is blank

    =SUMIF(A21:A617,"<>",K21:K617)
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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. Replies: 1
    Last Post: 05-14-2014, 05:02 AM
  2. Calculating if Date cell is blank
    By ZackG in forum Excel General
    Replies: 2
    Last Post: 02-23-2011, 10:56 AM
  3. Replies: 2
    Last Post: 08-23-2010, 06:28 AM
  4. My formula a calculating blank cells
    By luederb in forum Excel General
    Replies: 1
    Last Post: 06-18-2010, 12:04 AM
  5. calculating average with blank cells
    By marvinks in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-07-2006, 11:34 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