bobletcs123
New Member
- Joined
- Jan 31, 2019
- Messages
- 27
- Office Version
- 365
- Platform
- Windows
Good Morning All,
Having issues with my IF function formula, and i'm sure its user error. For the life of me, can't figure out what issue is and how to resolve. Any help would be greatly appreciated. On my sheet, i'm trying to compare orig dates (Column A) vs actual dates (Column B); easy enough. But, some Column B fields have NA or Complete, which is where i'm running into trouble. My formula is as follows:
=IF(B2-A2>0,"Delay",(IF(B2=A2,"On-Time",(IF(B2-A2<0,"Early",(IF(B2="NA","Open",(IF(B2="Complete","Complete")))))))))
The first part works great, but can't seem to figure out when Column B has NA or Complete. Need NA to generate "Open" and Complete to generate "Complete"...
Thank you in advance!!
Having issues with my IF function formula, and i'm sure its user error. For the life of me, can't figure out what issue is and how to resolve. Any help would be greatly appreciated. On my sheet, i'm trying to compare orig dates (Column A) vs actual dates (Column B); easy enough. But, some Column B fields have NA or Complete, which is where i'm running into trouble. My formula is as follows:
=IF(B2-A2>0,"Delay",(IF(B2=A2,"On-Time",(IF(B2-A2<0,"Early",(IF(B2="NA","Open",(IF(B2="Complete","Complete")))))))))
The first part works great, but can't seem to figure out when Column B has NA or Complete. Need NA to generate "Open" and Complete to generate "Complete"...
Thank you in advance!!