查找给定时间段内的客户使用情况

时间:2018-02-20 19:54:07

标签: excel calendar formula

我必须根据每月使用情况向客户收费,但我只提供日期范围和总使用量。我需要计算平均每日使用量,然后计算每个帐单周期的天数,然后将月中的天数乘以平均值,得到“x”的数字。向客户收费。

例如。我下面有两个客户,每个客户都有不同的账单周期和使用情况。

我在下面的Excel中给出了数据。我正在努力建立一个公式,它会给我A)每个月的天数,B)每天的平均使用量,C)每个月使用的总量。请参阅下面的示例,了解我如何手动计算。

Cell A1  Cell A2    Cell A3 
9/5/2017 10/4/2017  83

示例:

Billing Period 
Cust #1: 9/4/2017-10/4/2017 and usage is 85 
Cust #2: 9/11/2017-10/11/2017 and usage is 1065

Cust #1 
Sept Days is 27 
Oct Days is 4 
total days is 31 
Ave use per day 2.7 (85 divided by 31)
Answer:
**Sept Usage is 74 Oct Usage is 11**

Cust #1 
Sept Days is 20
Oct Days is 11 
total days is 31 
Ave use per day 34.35 (1065 divided by 31)
Answer:
**Sept Usage is 687 Oct Usage is 378**

0 个答案:

没有答案