sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
I've got this formula that I need to expand if someone can help;
I need it to check O2:O42 and if C2 is found I need it to show "Abstracted" - this should override the "YES" or "NO" part if possible.
=IF(C2="","",(IF(AND(C2<>"",F2<>"Available"),"",IF(COUNTIF(Duties!$B$2:$B$20,C2)=1,"YES","NO"))))
I need it to check O2:O42 and if C2 is found I need it to show "Abstracted" - this should override the "YES" or "NO" part if possible.