问题已解决
这个图片的计算公式怎么设置呢
![](https://member.chinaacc.com/homes/resources/images/home/avatar/3.jpg)
![](/wenda/_nuxt/img/iconWarn.60bd4fe.jpg)
![](https://pic1.acc5.cn/012/27/70/75_avatar_middle.jpg?t=1724398919)
您好,可以用if函数,=IFS(条件1,值1,条件2,值2……条件N,值N)。
2020 11/04 17:22
![](https://member.chinaacc.com/homes/resources/images/home/avatar/3.jpg)
84785043 ![](/wenda/_nuxt/img/reply1.d92ea43.png)
![](/wenda/_nuxt/img/reply1.d92ea43.png)
2020 11/04 17:28
我设置的时候提示公式错误 IF(J7<8000,J7*8%,(8001<J7<20000,J7*10%))
![](https://pic1.acc5.cn/012/27/70/75_avatar_middle.jpg?t=1724398919)
小智老师 ![](/wenda/_nuxt/img/reply2.28c7604.png)
![](/wenda/_nuxt/img/reply2.28c7604.png)
2020 11/04 17:33
您好,您用IF函数需要多重使用IF,每个条件都要,比如:“=IF(F2>90,优,IF(F2>70,良,IF(F2>=60,中,差)))”。
如果使用ifs函数就不用,比如:“=IFS(F2>90,优,F2>70,良,F2>=60,中,TRUE,差)”。
![](https://member.chinaacc.com/homes/resources/images/home/avatar/3.jpg)
84785043 ![](/wenda/_nuxt/img/reply1.d92ea43.png)
![](/wenda/_nuxt/img/reply1.d92ea43.png)
2020 11/04 17:42
用这个不行 因为不是固定 后面有比率
![](https://pic1.acc5.cn/012/27/70/75_avatar_middle.jpg?t=1724398919)
小智老师 ![](/wenda/_nuxt/img/reply2.28c7604.png)
![](/wenda/_nuxt/img/reply2.28c7604.png)
2020 11/04 17:48
您好,那您还是用IF函数吧。
![](https://member.chinaacc.com/homes/resources/images/home/avatar/3.jpg)
84785043 ![](/wenda/_nuxt/img/reply1.d92ea43.png)
![](/wenda/_nuxt/img/reply1.d92ea43.png)
2020 11/04 17:52
这样得到的是一个固定值 不是我要的结果
![](https://pic1.acc5.cn/012/27/70/75_avatar_middle.jpg?t=1724398919)
小智老师 ![](/wenda/_nuxt/img/reply2.28c7604.png)
![](/wenda/_nuxt/img/reply2.28c7604.png)
2020 11/04 17:56
您好,您条件设置好取数区间,再设置结果为乘以比例,应该可以的呀。