+ Reply to Thread
Results 1 to 4 of 4

Sum per year

  1. #1
    Forum Contributor
    Join Date
    08-20-2013
    Location
    LX
    MS-Off Ver
    Office 2019
    Posts
    164

    Sum per year

    Hello everyone, hopeing you're doing well.
    I need some help:

    I have a worksheet with 1253 rows where in column A the year (2012 til 2017) is written and in colunm H a number (value)
    I want to have the total of the expended money per year. Is there a formula which can handle this?

    Thanks for your help

  2. #2
    Valued Forum Contributor than_gold's Avatar
    Join Date
    10-17-2017
    Location
    Coimbatore India
    MS-Off Ver
    Office 365
    Posts
    646

    Re: Sum per year

    You can try below options:
    1. Pivot table
    2. Subtotal
    Regards,
    Thangavel D

    Appreciate the help? CLICK *

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Sum per year

    I would use a Pivot Table as suggested in post #2.

    That being said, you could use a formula such as this:
    =SUMIFS(H:H,A:A,2012)

    If you have the years written out in another column (say column Z starting in row 2), you can use this:
    =SUMIFS(H:H,A:A,Z2)

  4. #4
    Forum Contributor
    Join Date
    08-20-2013
    Location
    LX
    MS-Off Ver
    Office 2019
    Posts
    164

    Re: Sum per year

    Ok thanks for your help. I will use a pivot table.

+ 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] countifs to find the total count between this year and last year for series of data
    By maher2014 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-06-2016, 02:39 AM
  2. Replies: 1
    Last Post: 11-23-2014, 06:02 AM
  3. Automatically update year interval cycles from year to year
    By trumptight in forum Word Programming / VBA / Macros
    Replies: 8
    Last Post: 08-21-2014, 10:38 PM
  4. Replies: 3
    Last Post: 09-04-2013, 10:49 AM
  5. Replies: 0
    Last Post: 11-23-2012, 01:27 AM
  6. [SOLVED] Count days for specific year falling within in multi-year date range
    By jslo2013 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-04-2012, 05:58 PM
  7. Convert a multiple year list of 365 days/year into an equivalent of 360 days/year
    By lobotomy in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-24-2012, 05:39 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