标签: excel if-statement
首次发布,因此如果发帖地点错误或对之前提出的问题有所不同,敬请原谅。我快速浏览了一下,找不到类似的问题。
我正在为学校的学术人员建立工作量模型。我需要将一个现有的列(i)乘以每个教学会话持续多少小时(如果是列c="Seminar"则是3个小时或如果是c="Lecture"列则是5个小时。复制下面的内容,返回以下错误:
c="Seminar"
c="Lecture"
“您为此函数输入了太多参数”。
=IF(OR(C4="Seminar"),I4*3,I4, IF(OR(C4="Lecture"),I4*5,I4))
答案 0 :(得分:4)
无需使用[ignore] [include] [libs] definitions [lints] [options] [strict] -这是一种更简单的方法。您只需要相乘一次-“研讨会”的乘数将为3,“讲座”的乘数将为5,其他任何乘数将为1。
[ignore] [include] [libs] definitions [lints] [options] [strict]
OR
答案 1 :(得分:2)
.stripe-carousel ul,.grid-carousel ul { margin: 0; padding: 0; height: 90px }