JosieJosie02
New Member
- Joined
- Jul 26, 2022
- Messages
- 6
- Office Version
- 2016
- Platform
- Windows
I can't figure out what I am doing wrong, 2 different answers.
Can someone please help me?
I have a start date and end date, Hours/Per week, the number of weeks between the start and end dates, the number of months, and a total.
Number of days is calculated =DATEDIF(A2,B2,"D")
Number of weeks is calculated =WEEKNUM(D2)
Number of months is calculated =DATEDIF(A2,B2, "M")
Number of 15 min increments for number of days and weeks is calculated =(C2*4*E2)
Can someone please help me?
I have a start date and end date, Hours/Per week, the number of weeks between the start and end dates, the number of months, and a total.
Number of days is calculated =DATEDIF(A2,B2,"D")
Number of weeks is calculated =WEEKNUM(D2)
Number of months is calculated =DATEDIF(A2,B2, "M")
Number of 15 min increments for number of days and weeks is calculated =(C2*4*E2)
A Start Date | B End Date | C Hours / Week | D Days | E Calc Weeks | F Months | G Unit Value | H Unit | I TOTAL | |
6/1/2022 | 5/31/2023 | 24 | 364 | 52 | 11 | 15 | Minute | 4992 | correct hours/week but wrong total |
6/1/2022 | 5/31/2023 | 23.079 | 364 | 52 | 11 | 15 | Minute | 4800 | Correct total but with wrong hours per week |