+ Reply to Thread
Results 1 to 3 of 3

Sum till the column till the date match

  1. #1
    Registered User
    Join Date
    09-18-2012
    Location
    India
    MS-Off Ver
    Excel 2007,Excel 2010
    Posts
    28

    Sum till the column till the date match

    Hi,
    For corresponding dates I have two things Sales and calls.

    In summary table when I select date I should get the summation till that date. Attached a example excel sheet.

    Thanks in advance
    Attached Files Attached Files

  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 till the column till the date match

    Consider using SUMIFS...

    For instance, for 'Target Sales' you could try:

    =SUMIFS($B$3:$B$14,$A$3:$A$14,">="&$K$1,$A$3:$A$14,"<="&$M$1)

    Then just change the sum range (the range in red) to match the columns for the other parts.

    - Moo
    Last edited by Moo the Dog; 03-01-2014 at 12:41 PM.

  3. #3
    Registered User
    Join Date
    12-15-2012
    Location
    In a bin
    MS-Off Ver
    Excel 2013
    Posts
    43

    Re: Sum till the column till the date match

    Hi ursanil

    If you name the ranges B3:C14 to "Taget" & D3:E14 to "Achieved" as you have done for the dates in A3:A14 then you can use the SUMIFS in I3 and copy across & down to J4.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    See the attached file.
    Attached Files Attached Files

+ 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] Match existing column name, copy based based on matching name, drag till end
    By Amolvijay in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-19-2014, 04:20 PM
  2. [SOLVED] Sum numbers till today's date
    By Triben in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-18-2012, 06:35 PM
  3. How to get each column value till end of list
    By newcomer11 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 05-11-2012, 12:32 PM
  4. Copy and Paste till last Last Column
    By dagindi in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-16-2010, 05:43 PM
  5. using data till till the current row
    By nilu8603 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-26-2010, 04:30 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