Calculate difference from assending data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am entering daily meter readings, I need to calculate daily use, total use
for the month, and average use per day for the month.
 
in the column next to the input (c1:c1000)? enter =c2-c1
and copy down this is the daily use
if C10 were the beginning of one month and C40 the beginning of the next month
=c40-c10 would be the use for that month
(Depending on how your month is defined It might be = C39-C9)
=(C40-C10)/30 would be the daily useage for month with 30 days
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top