steve400243
Active Member
- Joined
- Sep 15, 2016
- Messages
- 429
- Office Version
- 365
- 2016
- Platform
- Windows
Hello, I am having trouble putting this formula together, and any help would be much appreciated.
Storage: 7 free calendar days including devan date > $3.50 per cbm, or $50 min charge for next 5 days,
12th day - additional $3.50 per cbm per day - no min
Cell H4 is a completed date
H5 is the effective storage date, 7 calendar days later - including the completed date
F13 thru F35 would be the CBM
K13 thru K35 is the picked up date
Here is what I have so far, but it is not working correctly.
Not sure if there would be a better way to get my desired results.
Storage: 7 free calendar days including devan date > $3.50 per cbm, or $50 min charge for next 5 days,
12th day - additional $3.50 per cbm per day - no min
Cell H4 is a completed date
H5 is the effective storage date, 7 calendar days later - including the completed date
F13 thru F35 would be the CBM
K13 thru K35 is the picked up date
Here is what I have so far, but it is not working correctly.
Code:
=IF(F13<0.01,0,(MAX(((K13-$H$6)*F13*3.5)+IF(K13-$H$4<7,0,MAX(((K13-$H$5)*3.5),50))
Not sure if there would be a better way to get my desired results.