Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1009761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:58:42+00:00 2026-05-16T08:58:42+00:00

I have written this function that will give me a monthly sum for two

  • 0

I have written this function that will give me a monthly sum for two columns: one has the date of each order, one has the cost of each order.

=SUMIF($C$1:$C$1000,">="&DATE(2010,6,1),$D$1:$D$1000)-SUMIF($C$1:$C$1000,">="&DATE(2010,7,1),$D$1:$D$1000)

Using data like this:

8/16/10 17:00 7.99
8/16/10 14:25 7.99 
8/15/10 22:42 7.99

I end up with a table like this:

May     998
June    968.28
July   1239.76
August  514.96

However, now I would like to do daily sums and using my way I have to hand edit each row.

How can I do this better in Excel?

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T08:58:42+00:00Added an answer on May 16, 2026 at 8:58 am

    Use a column to let each date be shown as month number; another column for day number:

          A      B       C         D
       -----  ----- ----------- --------
    1     8      6    8/6/2010   12.70
    2     8      7    8/7/2010   10.50
    3     8      7    8/7/2010    7.10
    4     8      9    8/9/2010   10.50
    5     8     10   8/10/2010   15.00
    

    The formula for A1 is =Month(C1)

    The formula for B1 is =Day(C1)

    For Month sums, put the month number next to each month:

          E      F         G     
       -----  ----- -------------  
    1     7    July   $1,000,010 
    2     8     Aug   $1,200,300 
    

    The formula for G1 is =SumIf($A$1:$A$100, E1, $D$1:$D$100). This is a portable formula; just copy it down.

    Total for the day will be be a bit more complicated, but you can probably see how to do it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have written a function that will transform a number in base 10 to
I have written a helper function that can retrieve content from a url. This
I have written a function that takes two arguments and returns a SETOF result.
I'm writing a sine function that has to be recursive. I have written a
I have written this function to auto correct gender to M or F from
I have written a function to print database table to an array like this
I have written my own function, which in C would be declared like this,
I have written a function for deleting object preiodically. function add(variable, expireSecond){ this.list[variable] =
I have a haskell file test.hs. In this file I have written a function
I have a jquery function(This is not written by me anyway still I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.