Share via

IFS with OR nested formula to pull answer

Anonymous
2025-03-11T20:12:50+00:00

The formula I am using is =IFS(OR(A27="yes",B27="false"),"Transfer",OR(A27="no",B27="true"),"Order Placed Successfully",OR(A27="no",B27="false"),"0"), but the last OR formula is not working to enter a 0 as the result stating we need to look into it further. Any ideas?

Microsoft 365 and Office | Excel | For business | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Anonymous
    2025-03-12T11:11:17+00:00

    No I need it to compare data for 3 outcomes. AND brings back a #N/A error trying to match everything. I need it to catch that if the first column is "no" but the section column is "false" it either N/A or 0 or something to show that it needs checked.

    Was this answer helpful?

    0 comments No comments
  3. HansV 462.6K Reputation points
    2025-03-11T20:38:48+00:00

    Don't you mean AND instead of OR?

    As it is now, if B27 = "false", the first OR condition is TRUE, regardless of the value of A27, so the formula returns "Transfer".

    Was this answer helpful?

    0 comments No comments