+ Reply to Thread
Results 1 to 8 of 8

Date range with cell totals to another sheet

Hybrid View

  1. #1
    Registered User
    Join Date
    02-13-2014
    Location
    Davenport
    MS-Off Ver
    Excel 2010
    Posts
    20

    Date range with cell totals to another sheet

    Hi,

    Trying to figure out an easy way to take our sales totals from last year and have then input into a cell pending the month that we are in. So for instance, we are currently in January, so I need January 16 to show in the is cell and have January 16 to show into a different cell. Now we are a couple days away from February then I would like it to change to the February numbers.

    I have added 2 excel sheets for demo. The "2017 Goal Mock" is that data that I would like to pull over to the "Goal Sheet Mock". I have "X's" marked on the Goal where I want the data to be displayed depending on which month it is, ie. February C6 would show $104,000 on the "Goal Sheet" J4 and N6 would show on the "Goal Sheet" J6. I would like this happen automatically.

    Not sure if this is possible at all.

    Thanks for you help in advance.

    Dan
    Attached Files Attached Files
    Last edited by dmed99; 02-02-2017 at 05:17 PM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,658

    Re: Date range with cell totals to another sheet

    Will you please attach a sample Excel workbook? We are not able to work with or manipulate a picture of one.

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired solution is also shown (mock up the results manually).

    3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).

    4. Try to avoid using merged cells as they cause lots of problems.

    Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    Please pay particular attention to point 2 (above): without an idea of your intended outcomes, it is often very difficult to offer appropriate advice.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    02-13-2014
    Location
    Davenport
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: Date range with cell totals to another sheet

    AliGW,

    I have completed what you have asked. Hopefully this will help.

    Dan

  4. #4
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,279

    Re: Date range with cell totals to another sheet

    if your data in Sheet1! : column "A" is Date & "B" is Sales Amount
    In Sheet2! : column "A" is Start Date, column "B" is End Date,
    In column "C" formula.
    Formula: copy to clipboard
    =SUMIFS(Sheet1!$B$2:$B$61,Sheet1!$A$2:$A$61,">="&$A2,Sheet1!$A$2:$A$61,"<="&$B2)

    Note : In sheet2! you can change data as per your requirment. (in column "A" & "B", Start & End Date respectively)


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  5. #5
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,279

    Re: Date range with cell totals to another sheet

    Refer attach file.
    I have done some modification in data structures. In your file remove unwanted empty columns/rows. Empty columns/rows not a good practice.
    In File 2017 Goals Mock : Mentioned in columns "A" & "H" month & year.
    In File Goad Sheet Mock : In Cell "D1" & "D3" is select required month (DataValidationList)
    In "C1" & "C3" is formula (INDEX/MATCH)
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    02-13-2014
    Location
    Davenport
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: Date range with cell totals to another sheet

    I cannot see you attached files. When I go to download they are coming acrossed in php not xlsx.

  7. #7
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,279

    Re: Date range with cell totals to another sheet


  8. #8
    Registered User
    Join Date
    02-13-2014
    Location
    Davenport
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: Date range with cell totals to another sheet

    Thanks for your help.

    Solved

+ 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] Cell Refrencing multiple sheet totals to a totals page
    By 007Buff in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-08-2015, 02:23 PM
  2. [SOLVED] VBA to group totals of each category within each date range
    By Jim885 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-30-2015, 12:59 PM
  3. How to sum totals from a date range across multiple worksheets?
    By djvybz in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 11-19-2013, 12:58 PM
  4. Calculate totals from a date range
    By lilsnoop in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-04-2012, 04:46 PM
  5. Date Range totals
    By penninb in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 02-25-2012, 06:51 PM
  6. Calculate totals over a date range
    By reddwarf in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-12-2009, 05:15 PM
  7. Calculating totals within a date range
    By soulman1949 in forum Excel General
    Replies: 2
    Last Post: 09-10-2007, 05:54 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