Hi All,
I have difficulties in finding the formula to get amount of some package used within date period. The idea of formula should be Purchase/Qty packages * date package used (The examples is in mini-sheet attached)
It takes me hours but i still not know how to manage it.
Can someone help me with the formula?
Thank you in advance
Yudi
I have difficulties in finding the formula to get amount of some package used within date period. The idea of formula should be Purchase/Qty packages * date package used (The examples is in mini-sheet attached)
It takes me hours but i still not know how to manage it.
Can someone help me with the formula?
Thank you in advance
Yudi
Sales Report PP 2014-2022.xlsx | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | |||
1 | Question Froum | |||||||||||||||||
2 | ||||||||||||||||||
3 | Name | Purchase | Qty Package | Date Package Used (dd:mm:yyyy) | Qty Left | Unit Price | Debt Amount Left | |||||||||||
4 | 1x | 2x | 3x | 4x | 5x | 6x | 7x | 8x | 9x | 10x | ||||||||
5 | James | 1.000 | 5 | 01/09/2020 | 30/09/2020 | 31/10/2020 | 30/11/2020 | 31/12/2020 | 0 | 200 | 0 | |||||||
6 | Andri | 5.000 | 10 | 05/06/2016 | 07/09/2016 | 08/03/2017 | 21/06/2017 | 28/10/2017 | EXPIRED | EXPIRED | EXPIRED | EXPIRED | EXPIRED | 0 | 500 | 0 | ||
7 | Vina | 8.000 | 8 | 02/02/2020 | 23/02/2020 | 08/08/2020 | 09/09/2020 | 15/10/2020 | 12/01/2021 | 19/03/2021 | 2 | 1000 | 2000 | |||||
8 | Total | 14.000 | 2.000 | |||||||||||||||
9 | ||||||||||||||||||
10 | QUESTION: | |||||||||||||||||
11 | How to get package usage value with date range, with conditions: | |||||||||||||||||
12 | Usage of range package (dd:mm:yyyy) 1/1/2016 - 31/12/2020 + Expired | |||||||||||||||||
13 | The idea of formula should be = Purchase/Qty packages * date package used | |||||||||||||||||
14 | The result should be: | 11.000 | ||||||||||||||||
15 | Debt amount left: | 3.000 | ||||||||||||||||
16 | 14.000 | |||||||||||||||||
17 | ||||||||||||||||||
Sheet2 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
O5:O7 | O5 | =+B5/C5 |
B8 | B8 | =SUM(B5:B7) |
P5:P7 | P5 | =+N5*O5 |
P8 | P8 | =+SUM(P5:P7) |
C14 | C14 | =1000+5000+5000 |
C16 | C16 | =SUM(C14:C15) |