OR function not returning “TRUE” when parameters met

前端 未结 2 484
北恋
北恋 2021-01-23 08:33

I have a large data set and have created a number of rules I want to use to filter out some of the unnecessary data points.

Here is a simplified example of some data:

相关标签:
2条回答
  • 2021-01-23 09:06

    In this case the best you can do is the following:

    • Select the cell with the formula.
    • Evaluate the formula step by step with the built-in evaluator in Excel (Tab Formulas>Evaluate Formula> Evaluate):

    • Find your error and fix it.
    0 讨论(0)
  • 2021-01-23 09:25

    I tried your exact example and there are 2 rows that returns true. I did check the formula and it seems fine as well:

    if it's not the result you are expecting, maybe you could add a column and tell us which one are suppose to return true/false.

    0 讨论(0)
提交回复
热议问题