Hi all,
Each month I have to do an accrued revenue calculation for uninvoiced revenue based on start and end dates that can range from 1 month to 2 years+.
Please see spreadsheet below where I have the amount, start and end date, amount of months the revenue relates to based on the start and end date and my accrued revenue calculation.
In the example below, this is assuming that I am doing the revenue for October'21.
The way I am doing the accrued revenue calculation at the moment is very manual. For example, for product 1, the revenue of 10,000 relates to 12 months and starts from October. Therefore, I would take 10,000 and divide by 12 to get 833. For product 8, the revenue relates to 4 months and starts from September'21. Therefore I would take 50,000 divide it by 4 and multiply it by 2 as there is 2 months of revenue I need to recognise (Sep'21 + Oct'21). For product 2, the start and end dates don't go beyond October'21, therefore I can recognise all of the revenue in one go.
Is there a formula I can use to do the accrued revenue calculation for me or is the only way to do this manually?
Many thanks in advance.
Each month I have to do an accrued revenue calculation for uninvoiced revenue based on start and end dates that can range from 1 month to 2 years+.
Please see spreadsheet below where I have the amount, start and end date, amount of months the revenue relates to based on the start and end date and my accrued revenue calculation.
In the example below, this is assuming that I am doing the revenue for October'21.
The way I am doing the accrued revenue calculation at the moment is very manual. For example, for product 1, the revenue of 10,000 relates to 12 months and starts from October. Therefore, I would take 10,000 and divide by 12 to get 833. For product 8, the revenue relates to 4 months and starts from September'21. Therefore I would take 50,000 divide it by 4 and multiply it by 2 as there is 2 months of revenue I need to recognise (Sep'21 + Oct'21). For product 2, the start and end dates don't go beyond October'21, therefore I can recognise all of the revenue in one go.
Is there a formula I can use to do the accrued revenue calculation for me or is the only way to do this manually?
Many thanks in advance.
Accrued Revenue Calculation.xlsx | ||||||||
---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | |||
2 | October'21 Revenue Accrual | |||||||
3 | Revenue Type | Amount | Start Date | End Date | Months | Accrued Revenue Calculation | ||
4 | Product 1 | 10000 | 29/10/2021 | 28/10/2022 | 12 | 833.33 | ||
5 | Product 2 | 5000 | 01/06/2021 | 08/10/2021 | 5 | 5,000.00 | ||
6 | Product 3 | 4500 | 01/10/2021 | 30/11/2021 | 2 | 2,250.00 | ||
7 | Product 4 | 3000 | 01/10/2021 | 31/12/2021 | 3 | 1,000.00 | ||
8 | Product 5 | 1200 | 01/10/2021 | 04/04/2022 | 7 | 171.43 | ||
9 | Product 6 | 500 | 01/10/2021 | 31/10/2021 | 1 | 500.00 | ||
10 | Product 7 | 45000 | 01/01/2021 | 08/08/2021 | 8 | 45,000.00 | ||
11 | Product 8 | 50000 | 01/09/2021 | 31/12/2021 | 4 | 25,000.00 | ||
12 | Product 9 | 10000 | 01/06/2021 | 31/05/2023 | 24 | 2,083.33 | ||
13 | Product 10 | 20000 | 01/08/2021 | 20/12/2021 | 5 | 12,000.00 | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F4:F13 | F4 | =IF(D4>0,DATEDIF(D4,E4,"m"),0)+1 |
G4 | G4 | =C4/12 |
G5,G9:G10 | G5 | =C5 |
G6 | G6 | =C6/2 |
G7:G8 | G7 | =C7/F7 |
G11 | G11 | =C11/4*2 |
G12 | G12 | =C12/24*5 |
G13 | G13 | =C13/5*3 |