+ Reply to Thread
Results 1 to 7 of 7

Need a formula to calculate a total in one column when a date is added in another column.

  1. #1
    Registered User
    Join Date
    11-03-2016
    Location
    Houton, TX
    MS-Off Ver
    Office 360 2016
    Posts
    16

    Need a formula to calculate a total in one column when a date is added in another column.

    Attached example. I want to be able to have a running total of paid invoices. When I enter a date that the invoice is paid the invoice amount will be added to the total. I guess its like an if or sumif but don't know.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,141

    Re: Need a formula to calculate a total in one column when a date is added in another colu

    Why and where is date in column F (which is "Invoice Number")?

    Add sample results to your posted file.

  3. #3
    Registered User
    Join Date
    11-03-2016
    Location
    Houton, TX
    MS-Off Ver
    Office 360 2016
    Posts
    16

    Re: Need a formula to calculate a total in one column when a date is added in another colu

    Sorry not column F but column E

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Need a formula to calculate a total in one column when a date is added in another colu

    This is a duplicated thread with answer. http://www.excelforum.com/showthread...78#post4537178
    Dave

  5. #5
    Registered User
    Join Date
    11-03-2016
    Location
    Houton, TX
    MS-Off Ver
    Office 360 2016
    Posts
    16

    Re: Need a formula to calculate a total in one column when a date is added in another colu

    I know website was acting weird earlier do not think this one went through. So I reopened site and just made it in general forum. O'well neither have been answered correctly yet.

    Better explanation of what I need.
    When a date is added in column E, it will add total amount from column C to running total in F1.
    If the cell is blank nothing is done but once the date is added it will add invoice amount to total.

  6. #6
    Registered User
    Join Date
    11-03-2016
    Location
    Houton, TX
    MS-Off Ver
    Office 360 2016
    Posts
    16

    Re: Need a formula to calculate a total in one column when a date is added in another colu

    I know website was acting weird earlier do not think this one went through. So I reopened site and just made it in general forum. O'well neither have been answered correctly yet.

    Better explanation of what I need.
    When a date is added in column E, it will add total amount from column C to running total in F1.
    If the cell is blank nothing is done but once the date is added it will add invoice amount to total.

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,141

    Re: Need a formula to calculate a total in one column when a date is added in another colu

    Try

    =SUMIF(E:E,">0",B:B)
    Last edited by JohnTopley; 12-07-2016 at 03:30 AM.

+ 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] Need vba or excel formula to calculate total sales with percentage in L:L column
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-01-2016, 03:36 AM
  2. Formula to calculate % of total sum in column
    By mxlew in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-01-2015, 11:38 AM
  3. Formula to calculate total from column with text
    By Sadalif in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-26-2013, 01:52 PM
  4. Replies: 5
    Last Post: 07-06-2013, 08:21 PM
  5. Replies: 3
    Last Post: 01-25-2009, 12:45 PM
  6. Replies: 0
    Last Post: 02-04-2005, 03:58 PM
  7. Formula to calculate a total in one range based on dates from another column
    By CarolineD in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-01-2005, 04:56 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