ItalianPlatinum
Well-known Member
- Joined
- Mar 23, 2017
- Messages
- 857
- Office Version
- 365
- 2019
- Platform
- Windows
Hello - I am looking to determine an average between dates based off of criteria. i thought i could do it simply but running into a roadblock. The elapsed time is just from the previous occurence with the last record from the last record to today. I dont want to add any other columns i would like to keep this simplistic so reaching out for help if there was a way i could still accomplish this. When i add a new record i move the today formula down and drag the other (prev - current) down 1. Thanks in advance.
Book4.xlsx | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | Date | Means | Elapsed time | Average | 27.22222222 | |||
2 | 6-Jan | A | Average A | FORMULA NEEDED | ||||
3 | 9-Jan | B | 3 | Average B | FORMULA NEEDED | |||
4 | 12-Jan | A | 3 | Average C | FORMULA NEEDED | |||
5 | 30-Jan | A | 18 | |||||
6 | 5-Feb | B | 6 | |||||
7 | 18-Feb | C | 13 | |||||
8 | 15-Mar | A | 25 | |||||
9 | 1-Apr | A | 17 | |||||
10 | 9-Apr | C | 8 | |||||
11 | 152 | |||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F1 | F1 | =AVERAGE(C:C) |
C3:C10 | C3 | =A3-A2 |
C11 | C11 | =TODAY()-A10 |