+ Reply to Thread
Results 1 to 2 of 2

sum daily totals

  1. #1
    Registered User
    Join Date
    05-11-2004
    Posts
    8

    sum daily totals

    Hi all
    I have a sheet with the data collected from a weather station on it. The rainfall is collected/recorded every 10mins, and some days every 30mins.
    What I want to do is total all the rainfalls for that day and put the total in another column.
    So column A Date and Time
    Column B Rainfall recorded
    Column C daily total

    Is there a function to do this?
    Ideally one function dragged down the column would be the answer.
    I'm not too hot on Date type functions.
    Thank you
    Fermerboy

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    If you put the dates you want to total for in C and your formula in D then try,

    =SUMIF($A$2:$A$12,C2,$B$2:$B$12)

    Change your ranges as needed.

    HTH

    Steve

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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