Excel Array formula IF(multiple criteria)

前端 未结 2 1959
不思量自难忘°
不思量自难忘° 2020-12-17 06:17

In my spreadsheet, comparing headphones, our instruction is basically to use as many different formulas as possible.

So as part of the spreadsheet, I would like to

2条回答
  •  死守一世寂寞
    2020-12-17 06:28

    You can also use a simple formulas:

    =if( (Condition_A) * (Condition_B) * ... ; true; false)

    make sure to put the condition between parenthesis.

提交回复
热议问题