+ Reply to Thread
Results 1 to 4 of 4

Sum values between two dates multiplied by a constant.

  1. #1
    Registered User
    Join Date
    11-24-2021
    Location
    Wales
    MS-Off Ver
    10
    Posts
    1

    Sum values between two dates multiplied by a constant.

    Hi,

    If possible, would someone please show me how this is done;

    • Find values in a column of data that belong between two dates
    • Multiply those found cells values by a constant
    • Sum these multiplied values together
    I would like to do this without creating another column of data.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,508

    re: Sum values between two dates multiplied by a constant.

    You need to look for examples of SUMIFS or SUMPRODUCT with dates.

    Ideally, please see the yellow banner at the top of the page.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


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

    re: Sum values between two dates multiplied by a constant.

    Hello DaSid. Welcome to the forum.

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however the thread title does not really convey what your request is about. Tell us what you are trying to do, not how you think it should be done.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)

    Since you are new to the forum I will do it for you this time.
    Dave

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,481

    Re: Sum values between two dates multiplied by a constant.

    =SUMPRODUCT(sumifs(value_column,date_column,">="&start_date,date_column,"<="&end_date)*constant_value)
    Quang PT

+ 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. VBA Wide to Long Table by Dates for consecutive constant values
    By RedSummer in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-02-2018, 03:46 PM
  2. Help summing multiplied values in a column
    By Kiwikay in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-20-2015, 09:28 AM
  3. Replies: 4
    Last Post: 07-28-2014, 09:12 AM
  4. Constant Values
    By mrtn1969 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-11-2014, 12:04 PM
  5. Replies: 4
    Last Post: 02-18-2014, 07:29 PM
  6. Replies: 1
    Last Post: 09-18-2013, 01:58 PM
  7. How can logical values be added & multiplied?
    By dindigul in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 04-23-2007, 04:24 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