msvoboda27
New Member
- Joined
- Feb 9, 2018
- Messages
- 30
- Office Version
- 365
- 2021
- Platform
- Windows
I have an excel file that I am trying to do a calculation only if value of 'Closed" isn't present in another cell. Closed is a status I'm using in a drop down.
Trying to calculate if "Met SLA" or 'Did Not Meet" only if status closed is not included,
I think I need to consolidate a Search and If statement,
Here's the two formulas that work in 2 different cells
=IF(ISNUMBER(SEARCH("Closed",M6,1)),"Exclude","Completed")
and this statement
=IF(W6<=72,"Met SLA"," Did Not Met")
Thank you for your time.
Trying to calculate if "Met SLA" or 'Did Not Meet" only if status closed is not included,
I think I need to consolidate a Search and If statement,
Here's the two formulas that work in 2 different cells
=IF(ISNUMBER(SEARCH("Closed",M6,1)),"Exclude","Completed")
and this statement
=IF(W6<=72,"Met SLA"," Did Not Met")
Thank you for your time.