Consult123
Banned user
- Joined
- Dec 30, 2023
- Messages
- 22
- Office Version
- 365
- 2010
- Platform
- Windows
I have a formula that automatically calculates the percentage of completion on a project between two dates (the start date and end date). The formula I chose to use is: =IFERROR(MIN((DATEDIF(D11,TODAY(),"d")+1)/(DATEDIF(D11,E11,"d")+1),100%),0). However, when column D and E are not populated Column L shows 100% complete. How do I make Column L blank if Column D and E are not both populated?