Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

add another option into

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Add another option into the existing Excel Formula

Add another option into the existing Excel Formula

ResolvedVersion 365

Helen has attended:
PowerPoint Intermediate Advanced course

Add another option into the existing Excel Formula

The current formula is below:

=IF(A3="Do Not Use","Do Not Use",IF(AND(B3="Chas Approved",Q3>$O$1,W3="Valid",OR(AA3="Valid",AA3="N/A")=TRUE),"Current","OutofDate"))

I would like to add "HQ Approved" into the formula. So, if Chas Approved OR HQ Approved are selected in the drop down, the same action happens.

Please let me know how to add HQ Approved into the formula.

RE: Add another option into the existing Excel Formula

Hi Helen,

Thank you for your question to the forum.


To add "HQ Approved" in the formula, assuming it is based on the same drop down on B3, the formula should read:

=IF(A3="Do Not Use","Do Not Use",IF(AND(OR(B3="Chas Approved",B3="HQ Approved"),Q3>$O$1,W3="Valid",OR(AA3="Valid",AA3="N/A")=TRUE),"Current","OutofDate"))

I hope this gives you the correct answer

Kind regards
Martin Sutherland
(IT Trainer)

RE: Add another option into the existing Excel Formula

Thank you so much Martin,

It worked! Brilliant :)

Thanks again.

Helen

Excel tip:

Number format shortcut

Ctrl+Shift+! applies the Number format, with two decimal places

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.