天下站长网
首页
web编程
图形图象
数据库
服务器
站长专区
网络技术
网页设计
认证考试
请问在EXCEL中如何根据学生的分数打上等级,例如60分以下是不合适,60--85是良,85以上是优。
假如您的分数在 B 列(B2:B100),分数等级在 C 列,请在 C2 单元格中输入公式:
=IF(B2>85,"优",IF(B2<60,"不合适","良"))
然后往下复制 …………
Published At
2006-01-01 13:53 UTC
Categories with
服务器类
Tagged with
Win/NT
分数
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus