I have a spread sheet that keeps an on going running total of gallons of fuel pumped out of our pumps. These readings are not always read once per day. So in some months I may have 25 readins, other months 31, other months only 15. In any case, I have a "working sheet" that records the date, plus all the pertinent info (pump number, metered readings, etc).
How can I extract the monthly totals and get a month end tally, based solely on the number of the month? Column A has date, and is a date field. How can I extract only the data where the month equals 7? Understand I am not looking to filter the data, I am looking to calculate other columns based only in the Month of July. This will be an on going sheet that will have data added on a semi-daily basis, thus I can't have a "range" of 30 or 31 rows to tally.
Any suggestions? Hopefully this is clear enough to elicit the responses I am looking for. I have messed with the MONTH() and SUMIF() functions, but haven't found a workable combination that will tally all of the July entries.
Thanks in aadvance for any help.
How can I extract the monthly totals and get a month end tally, based solely on the number of the month? Column A has date, and is a date field. How can I extract only the data where the month equals 7? Understand I am not looking to filter the data, I am looking to calculate other columns based only in the Month of July. This will be an on going sheet that will have data added on a semi-daily basis, thus I can't have a "range" of 30 or 31 rows to tally.
Any suggestions? Hopefully this is clear enough to elicit the responses I am looking for. I have messed with the MONTH() and SUMIF() functions, but haven't found a workable combination that will tally all of the July entries.
Thanks in aadvance for any help.