VBABEGINER
Well-known Member
- Joined
- Jun 15, 2011
- Messages
- 1,284
- Office Version
- 365
- Platform
- Windows
Current Formula is -
here problem is, when im selecting "process support" in col AO all my answers are not shown as "Closed" because, as per the 1st OR condition if col AJ finds "blank" or "Issued from history" my answer shown as "Complete".
Can anyone help me in set this logic..
Code:
=IF(OR(ISBLANK($AJ2)=TRUE,$AJ2="Issued from History"),"Complete",
IF(AO2="Process Support","Closed","Closed"))
here problem is, when im selecting "process support" in col AO all my answers are not shown as "Closed" because, as per the 1st OR condition if col AJ finds "blank" or "Issued from history" my answer shown as "Complete".
Can anyone help me in set this logic..