Jemma Atkinson
Well-known Member
- Joined
- Jul 7, 2008
- Messages
- 509
Hi, the below formula looks at cell C9 then looks for the code in "Current Deliverables", if match found then it returns "IN DELIVERABLE" else "NOT DELIVERABLE"
I would like to add another condition, i need the formula to also look in cell F9 of the current worksheet, if the string in this cell reads "closed" then return "PORTFOLIO CLOSED" rather than "NOT IN DELIVERABLE"
=IF($C9="","",IF(ISERROR(MATCH($C9,'Current Deliverables'!$A:$A,0)),"NOT IN DELIVERABLE","IN DELIVERABLE"))
I would like to add another condition, i need the formula to also look in cell F9 of the current worksheet, if the string in this cell reads "closed" then return "PORTFOLIO CLOSED" rather than "NOT IN DELIVERABLE"
=IF($C9="","",IF(ISERROR(MATCH($C9,'Current Deliverables'!$A:$A,0)),"NOT IN DELIVERABLE","IN DELIVERABLE"))