98.8% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Powerpoint Training and help » Excel
Excel
Resolved · High Priority · Version 365
Helen has attended:
PowerPoint Intermediate Advanced course
Excel
I am trying to add an additional option to the formula below, where it has "Chas Approved", I would like to add 'HQ Approved" for the same action to happen. How do I add this so that the formula works in the same way as "Chas Approved" or "HQ Approved"?
=IF(A4="Do Not Use","Do Not Use",IF(AND(B4="Chas Approved",Q4>$O$1,W4="Valid",OR(AA4="Valid",AA4="N/A")=TRUE),"Current","OutofDate"))
RE: Excel
You are actually pretty close to the answer. All you need to do is add another OR function nested at the part that says 'Chas Approved'.
So the new function would say: =IF(A4="Do Not Use","Do Not Use",IF(AND(OR(B4="Chas Approved",B4="HQ Approved"),Q4>$O$1,W4="Valid",OR(AA4="Valid",AA4="N/A")=TRUE),"Current","OutofDate"))
You could also make it a slightly more efficient function by changing the IF into an IFS. That one would read: =IFS(A4="Do Not Use","Do Not Use",AND(OR(B4="Chas Approved",B4="HQ Approved"),Q4>$O$1,W4="Valid",OR(AA4="Valid",AA4="N/A")=TRUE),"Current",TRUE,"OutofDate")
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
PowerPoint tip:Ways to make exact copies of shapesThere are several ways of making exact copies (duplicates) of shapes you have already drawn in PowerPoint: |