+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Registered User
    Join Date
    11-18-2009
    Location
    29501
    MS-Off Ver
    Excel 2003
    Posts
    1

    How to Sum by Date,Month,Year running daily totals?

    I need help with a Daily Report Sheet.
    I need a Daily, Monthly, Year Sum for Cash(sheet2) & Charge(sheet3)

    Sheet2 is Month on Row 2, Day is Column A2-33 (a dollar amount is at the intersections)

    Pretend today is Jan 2
    Sum Daily = is today cell (what formula to get Sheet1 to print the corresponding cell)
    Sum Monthly = sum column of (Jan) (what formula to get Sheet1 to sum the current month)
    Sum Year =SUM('Sheet2'!B3:M33) ---I got this one

    Thanks,
    Wayne
    Attached Files Attached Files

  2. #2
    Forum Guru darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Colorado, US
    MS-Off Ver
    2007
    Posts
    2,140

    Re: How to Sum by Date,Month,Year running daily totals?

    For daily cash, =INDEX('Cash Sales'!B3:M33,DAY(TODAY()),MONTH(TODAY()))
    For monthly cash, =SUMPRODUCT(('Cash Sales'!B3:M33)*(MONTH(1&'Cash Sales'!B2:M2)=MONTH(TODAY())))
    If you want to add the ability to search multiple dates, replace Today() with a cell reference that has the date in question in it.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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.2.0