markollington
New Member
- Joined
- Nov 27, 2020
- Messages
- 2
- Office Version
- 2016
- Platform
- Windows
So I have date in the format
Assuming the value can be spread evenly over days, I want a sumif function that tells gives the following output (ie for Oct, 17 days of the 22 days of 40, PLUS 31 days of the 31 days of 50 = (17/22)*40 + 50 = 80.1
Any help appreciated!
Value | Start Date | End Date |
40 | 14/10/20 | 05/11/20 |
50 | 01/10/20 | 31/10/20 |
Assuming the value can be spread evenly over days, I want a sumif function that tells gives the following output (ie for Oct, 17 days of the 22 days of 40, PLUS 31 days of the 31 days of 50 = (17/22)*40 + 50 = 80.1
Start date | 01/10/20 | 01/11/20 |
End date | 31/10/20 | 30/11/20 |
Sum | 81 | 9 |
Any help appreciated!