+ Reply to Thread
Results 1 to 6 of 6

Sum numbers in a particular day

  1. #1
    Registered User
    Join Date
    12-07-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    39

    Sum numbers in a particular day

    Hi All,

    I have dates in column a and numbers in column B.

    I need a formula to look at today's date in column A and then based on today's date count the numbers in column B.

    Sorry not sure if I've made any sense!

    Thanks,
    Sham.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,607

    Re: Sum numbers in a particular day

    Do you want to COUNT numbers or SUM numbers?

    This is for SUM (as per title):
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,914

    Re: Sum numbers in a particular day

    Try this ...

    =SUMIF(A:A,TODAY(),B:B)

  4. #4
    Registered User
    Join Date
    12-07-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    39

    Re: Sum numbers in a particular day

    Sorry I want it to count the numbers

    so for example:

    Column A Column B
    10/10/16 2
    10/10/16 2
    10/10/16 2
    11/10/16 1

    So the total for today would be 6

    Thank you :-)

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,607

    Re: Sum numbers in a particular day

    That's SUM.

    Counting would be 3 as result.

    Count 3, sum 6.

    Solution is above.

  6. #6
    Registered User
    Join Date
    12-07-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    39

    Re: Sum numbers in a particular day

    That's great, thank you to you both :-)

+ 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. Replies: 4
    Last Post: 12-17-2015, 12:33 AM
  2. [SOLVED] Insert row numbers into column A, reflect correct row numbers when I add or delete rows
    By jcambell in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-31-2015, 02:18 PM
  3. Replies: 8
    Last Post: 06-28-2014, 03:26 PM
  4. Replies: 7
    Last Post: 02-27-2014, 10:56 PM
  5. [SOLVED] Convert all numbers stored as text or custom formatted to numbers &no decimals - 40 sheets
    By synses in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-19-2013, 01:46 AM
  6. Replies: 8
    Last Post: 11-01-2012, 07:49 PM
  7. [SOLVED] How to merge a numbers from 3 cells, eliminate repetitive numbers, and sort such numbers?
    By david gonzalez in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-22-2012, 11:59 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